Skip to content

Commit

Permalink
mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rami Rosen authored and John W. Linville committed Jul 8, 2008
1 parent 80fcc9e commit 4e887d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/mac80211/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand All @@ -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.

0 comments on commit 4e887d5

Please sign in to comment.