diff options
-rw-r--r-- | net/mac80211/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
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 | |||
51 | If you are not trying to debug or develop the ieee80211 | 51 | If you are not trying to debug or develop the ieee80211 |
52 | subsystem, you most likely want to say N here. | 52 | subsystem, you most likely want to say N here. |
53 | 53 | ||
54 | config MAC80211_HT_DEBUG | ||
55 | bool "Enable HT debugging output" | ||
56 | depends on MAC80211_DEBUG | ||
57 | ---help--- | ||
58 | This option enables 802.11n High Throughput features | ||
59 | debug tracing output. | ||
60 | |||
61 | If you are not trying to debug of develop the ieee80211 | ||
62 | subsystem, you most likely want to say N here. | ||
63 | |||
54 | config MAC80211_VERBOSE_DEBUG | 64 | config MAC80211_VERBOSE_DEBUG |
55 | bool "Verbose debugging output" | 65 | bool "Verbose debugging output" |
56 | depends on MAC80211_DEBUG | 66 | depends on MAC80211_DEBUG |