mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig.
authorRami Rosen <ramirose@gmail.com>
Wed, 2 Jul 2008 07:53:57 +0000 (10:53 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Jul 2008 18:15:59 +0000 (14:15 -0400)
This patch removes MAC80211_DEBUG from /net/mac80211/Kconfig
(in MAC80211_DEBUG_COUNTERS config entry), and replaces
MAC80211_DEBUG_MENU instead of MAC80211_DEBUG
(in MAC80211_VERBOSE_SPECT_MGMT_DEBUG config entry).

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/Kconfig

index 11a1e7f..40f1add 100644 (file)
@@ -207,7 +207,6 @@ config MAC80211_LOWTX_FRAME_DUMP
 
 config MAC80211_DEBUG_COUNTERS
        bool "Extra statistics for TX/RX debugging"
-       depends on MAC80211_DEBUG
        depends on MAC80211_DEBUG_MENU
        depends on MAC80211_DEBUGFS
        ---help---
@@ -219,7 +218,7 @@ config MAC80211_DEBUG_COUNTERS
 
 config MAC80211_VERBOSE_SPECT_MGMT_DEBUG
        bool "Verbose Spectrum Management (IEEE 802.11h)debugging"
-       depends on MAC80211_DEBUG
+       depends on MAC80211_DEBUG_MENU
        ---help---
          Say Y here to print out verbose Spectrum Management (IEEE 802.11h)
          debug messages.