aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/mac80211/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index 11a1e7fa195d..40f1add17753 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -207,7 +207,6 @@ config MAC80211_LOWTX_FRAME_DUMP
207 207
208config MAC80211_DEBUG_COUNTERS 208config MAC80211_DEBUG_COUNTERS
209 bool "Extra statistics for TX/RX debugging" 209 bool "Extra statistics for TX/RX debugging"
210 depends on MAC80211_DEBUG
211 depends on MAC80211_DEBUG_MENU 210 depends on MAC80211_DEBUG_MENU
212 depends on MAC80211_DEBUGFS 211 depends on MAC80211_DEBUGFS
213 ---help--- 212 ---help---
@@ -219,7 +218,7 @@ config MAC80211_DEBUG_COUNTERS
219 218
220config MAC80211_VERBOSE_SPECT_MGMT_DEBUG 219config MAC80211_VERBOSE_SPECT_MGMT_DEBUG
221 bool "Verbose Spectrum Management (IEEE 802.11h)debugging" 220 bool "Verbose Spectrum Management (IEEE 802.11h)debugging"
222 depends on MAC80211_DEBUG 221 depends on MAC80211_DEBUG_MENU
223 ---help--- 222 ---help---
224 Say Y here to print out verbose Spectrum Management (IEEE 802.11h) 223 Say Y here to print out verbose Spectrum Management (IEEE 802.11h)
225 debug messages. 224 debug messages.