mac80211: remove local->radar_detect_enabled
authorEliad Peller <eliad@wizery.com>
Wed, 7 Jan 2015 15:50:09 +0000 (17:50 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jan 2015 08:37:06 +0000 (09:37 +0100)
commit5cbc95a749c5f3b238af0953881edede9bfe5bf6
tree4bd05d244a56723b38bfafcba8eed0875249027e
parent50075892ba30c4c19c41235b5308ee5a1e2125d7
mac80211: remove local->radar_detect_enabled

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: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/chan.c
net/mac80211/ieee80211_i.h
net/mac80211/scan.c