From: Robert P. J. Day Date: Sat, 18 Apr 2009 13:33:55 +0000 (-0400) Subject: MAC80211: Remove unused MAC80211_VERBOSE_SPECT_MGMT_DEBUG. X-Git-Tag: upstream/snapshot3+hdmi~18712^2~138^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18aaab15f9a9cd4f20dc596aa38408c5e5d208ed;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git MAC80211: Remove unused MAC80211_VERBOSE_SPECT_MGMT_DEBUG. Remove this unused Kconfig variable, which Intel apparently once promised to make use of but never did. Signed-off-by: Robert P. J. Day Acked-by: Johannes Berg Signed-off-by: John W. Linville --- diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index f3d9ae3..ecc3faf 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -202,10 +202,3 @@ config MAC80211_DEBUG_COUNTERS and show them in debugfs. If unsure, say N. - -config MAC80211_VERBOSE_SPECT_MGMT_DEBUG - bool "Verbose Spectrum Management (IEEE 802.11h)debugging" - depends on MAC80211_DEBUG_MENU - ---help--- - Say Y here to print out verbose Spectrum Management (IEEE 802.11h) - debug messages.