cfg80211: enable use of non-cleared DFS channels for DFS offload
authorDmitry Lebed <dlebed@quantenna.com>
Mon, 26 Mar 2018 13:36:32 +0000 (16:36 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 29 Mar 2018 08:21:35 +0000 (10:21 +0200)
commit2c390e44e46675da0e7bba5c3b921a091a60ec2c
tree552064b57473f0ce5720fd3e3ebba1aac1831107
parent850964519a65a96aa8231ff31e28f30c2633484d
cfg80211: enable use of non-cleared DFS channels for DFS offload

Currently channel switch/start_ap to DFS channel cannot be done to
non-CAC-cleared channel even if DFS offload if enabled.
Make non-cleared DFS channels available if DFS offload is enabled.
CAC will be started by HW after channel change, start_ap call, etc.

Signed-off-by: Dmitry Lebed <dlebed@quantenna.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/chan.c