From: Ron Rindjunsky Date: Mon, 17 Dec 2007 00:09:26 +0000 (-0800) Subject: mac80211: adding MAC80211_HT_DEBUG config variable X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=82b3cad942ebf1f64798e6ec3c46c277822e1fce;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git mac80211: adding MAC80211_HT_DEBUG config variable This patch adds MAC80211_HT_DEBUG config variable to separate HT debug features Signed-off-by: Ron Rindjunsky Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index ce176e691afe..09711b062807 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -51,6 +51,16 @@ config MAC80211_DEBUG If you are not trying to debug or develop the ieee80211 subsystem, you most likely want to say N here. +config MAC80211_HT_DEBUG + bool "Enable HT debugging output" + depends on MAC80211_DEBUG + ---help--- + This option enables 802.11n High Throughput features + debug tracing output. + + If you are not trying to debug of develop the ieee80211 + subsystem, you most likely want to say N here. + config MAC80211_VERBOSE_DEBUG bool "Verbose debugging output" depends on MAC80211_DEBUG