diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 05:26:47 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 05:26:58 -0400 |
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 | |||
152 | 152 | ||
153 | Do not select this option. | 153 | Do not select this option. |
154 | 154 | ||
155 | config MAC80211_TKIP_DEBUG | ||
156 | bool "Verbose TKIP debugging" | ||
157 | depends on MAC80211_DEBUG_MENU | ||
158 | ---help--- | ||
159 | Selecting this option causes mac80211 to print out | ||
160 | very verbose TKIP debugging messages. It should not | ||
161 | be selected on production systems as those messages | ||
162 | are remotely triggerable. | ||
163 | |||
164 | Do not select this option. | ||
165 | |||
166 | config MAC80211_IBSS_DEBUG | 155 | config MAC80211_IBSS_DEBUG |
167 | bool "Verbose IBSS debugging" | 156 | bool "Verbose IBSS debugging" |
168 | depends on MAC80211_DEBUG_MENU | 157 | depends on MAC80211_DEBUG_MENU |