diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 11:26:47 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 11:26:58 +0200 |
commit | 17efdc4ab8cc2ac959ca1a16c9ab04d8830c4bff (patch) | |
tree | ea994ac4f19d573f6cb71f4f173380a5fc055bb0 /net/mac80211/Kconfig | |
parent | c2ebea2097f84f0973c58b8467c1a2236bbb307a (diff) |
mac80211: remove TKIP debug
The TKIP code hasn't been changed in a very long
time, so it seems unlikely that anyone really has
a need for the TKIP debug code. Remove it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 8d249d705980..323aa19a39d5 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -152,17 +152,6 @@ config MAC80211_HT_DEBUG Do not select this option. -config MAC80211_TKIP_DEBUG - bool "Verbose TKIP debugging" - depends on MAC80211_DEBUG_MENU - ---help--- - Selecting this option causes mac80211 to print out - very verbose TKIP debugging messages. It should not - be selected on production systems as those messages - are remotely triggerable. - - Do not select this option. - config MAC80211_IBSS_DEBUG bool "Verbose IBSS debugging" depends on MAC80211_DEBUG_MENU |