aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-01-31 00:03:49 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-01-31 00:03:49 +0000
commit62f8a13a756be9727a38be25c07d9a3c96f7e96d (patch)
treec167ab2f6bcbdeb4e2c2bfff53571f9b1ce06efc /sys/conf/options
parent7f925de11ae77354b8c86398970050f39b3bca25 (diff)
downloadsrc-62f8a13a756be9727a38be25c07d9a3c96f7e96d.tar.gz
src-62f8a13a756be9727a38be25c07d9a3c96f7e96d.zip
Add a DFS debugging mode which is useful when doing automated DFS
compliance testing. In order to allow for radar pattern matching to occur, the DFS CAC/NOL handling needs to be made configurable. This commit introduces a new sysctl, "net.wlan.dfs_debug", which controls which DFS debug mode net80211 is in. * 0 = default, CSA/NOL handling as per normal. * 1 = announce a CSA, but don't add the channel to the non-occupy list (NOL.) * 2 = disable both CSA and NOL - only print that a radar event occured. This code is not compiled/enabled by default as it breaks regulatory handling. A user must enable IEEE80211_DFS_DEBUG in their kernel configuration file for this option to become available. Obtained from: Atheros
Notes
Notes: svn path=/head/; revision=230793
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 5cbb0d306af4..ca1244371635 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -845,6 +845,7 @@ IEEE80211_SUPPORT_MESH opt_wlan.h
IEEE80211_SUPPORT_SUPERG opt_wlan.h
IEEE80211_SUPPORT_TDMA opt_wlan.h
IEEE80211_ALQ opt_wlan.h
+IEEE80211_DFS_DEBUG opt_wlan.h
# 802.11 TDMA support
TDMA_SLOTLEN_DEFAULT opt_tdma.h