• E
    mac80211: remove local->radar_detect_enabled · 5cbc95a7
    Eliad Peller 提交于
    local->radar_detect_enabled should tell whether
    radar_detect is enabled on any interface belonging
    to local.
    
    However, it's not getting updated correctly
    in many cases (actually, when testing with hwsim
    it's never been set, even when the dfs master
    is beaconing).
    
    Instead of handling all the corner cases
    (e.g. channel switch), simply check whether
    radar detection is enabled only when needed,
    instead of caching the result.
    Signed-off-by: NEliad Peller <eliad@wizery.com>
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    5cbc95a7
cfg.c 99.1 KB