diff options
author | Aaron Komisar <aaron.komisar@tandemg.com> | 2019-10-02 13:59:07 +0000 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-10-07 22:10:50 +0200 |
commit | dc0c18ed229cdcca283dd78fefa38273ec37a42c (patch) | |
tree | 986840000f070e524e4c802074e1cea589c05c9c /net/wireless/reg.c | |
parent | 95697f9907bfe3eab0ef20265a766b22e27dde64 (diff) | |
download | linux-dc0c18ed229cdcca283dd78fefa38273ec37a42c.tar.bz2 |
mac80211: fix scan when operating on DFS channels in ETSI domains
In non-ETSI regulatory domains scan is blocked when operating channel
is a DFS channel. For ETSI, however, once DFS channel is marked as
available after the CAC, this channel will remain available (for some
time) even after leaving this channel.
Therefore a scan can be done without any impact on the availability
of the DFS channel as no new CAC is required after the scan.
Enable scan in mac80211 in these cases.
Signed-off-by: Aaron Komisar <aaron.komisar@tandemg.com>
Link: https://lore.kernel.org/r/1570024728-17284-1-git-send-email-aaron.komisar@tandemg.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.c')
-rw-r--r-- | net/wireless/reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 420c4207ab59..446c76d44e65 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -3883,6 +3883,7 @@ bool regulatory_pre_cac_allowed(struct wiphy *wiphy) return pre_cac_allowed; } +EXPORT_SYMBOL(regulatory_pre_cac_allowed); void regulatory_propagate_dfs_state(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, |