summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhu2008-06-18 16:53:43 +0200
committerJohn W. Linville2008-06-30 23:37:33 +0200
commit7b1e78d5052a92e95d851fbb0236a712264fe7e8 (patch)
tree7f25432cf9e6ce969cf178b068f85e7aea73f301
parentiwl-rfkill.c: correct 'recieved' typo (diff)
downloadkernel-qcow2-linux-7b1e78d5052a92e95d851fbb0236a712264fe7e8.tar.gz
kernel-qcow2-linux-7b1e78d5052a92e95d851fbb0236a712264fe7e8.tar.xz
kernel-qcow2-linux-7b1e78d5052a92e95d851fbb0236a712264fe7e8.zip
mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option
The patch introduces MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option to suppress Spectrum Management 802.11h related debug logs. Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--net/mac80211/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index 0d3661d9b6a0..594bc7319ca6 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -177,3 +177,10 @@ config MAC80211_VERBOSE_MPL_DEBUG
---help---
Say Y here to print out verbose mesh peer link
debug messages.
+
+config MAC80211_VERBOSE_SPECT_MGMT_DEBUG
+ bool "Verbose Spectrum Management (IEEE 802.11h)debugging"
+ depends on MAC80211_DEBUG
+ ---help---
+ Say Y here to print out verbose Spectrum Management (IEEE 802.11h)
+ debug messages.