aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Kconfig
diff options
context:
space:
mode:
authorYi Zhu <yi.zhu@intel.com>2008-06-18 17:53:43 +0300
committerJohn W. Linville <linville@tuxdriver.com>2008-06-30 17:37:33 -0400
commit7b1e78d5052a92e95d851fbb0236a712264fe7e8 (patch)
tree7f25432cf9e6ce969cf178b068f85e7aea73f301 /net/mac80211/Kconfig
parentedd4b53e03049f6fc2f46397b23e412cfe720a4e (diff)
downloadkernel_samsung_smdk4412-7b1e78d5052a92e95d851fbb0236a712264fe7e8.zip
kernel_samsung_smdk4412-7b1e78d5052a92e95d851fbb0236a712264fe7e8.tar.gz
kernel_samsung_smdk4412-7b1e78d5052a92e95d851fbb0236a712264fe7e8.tar.bz2
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>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r--net/mac80211/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index 0d3661d..594bc73 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.