This patch adds MAC80211_HT and MAC80211_HT_DEBUG config variables to separate HT features Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx> --- net/mac80211/Kconfig | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index a03c886..219b33c 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -20,6 +20,13 @@ config MAC80211_LEDS This option enables a few LED triggers for different packet receive/transmit events. +config MAC80211_HT + bool "Enable 802.11n HT Features" + depends on MAC80211 + ---help--- + This option enables 802.11n High Throughput features + such as MIMO, AMPDU and AMSDU aggregation + config MAC80211_DEBUGFS bool "Export mac80211 internals in DebugFS" depends on MAC80211 && DEBUG_FS @@ -39,6 +46,12 @@ 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 "Enables HT debugging output" + depends on MAC80211_HT && MAC80211_DEBUG + ---help--- + Select this to see debugging information about HT + config MAC80211_VERBOSE_DEBUG bool "Verbose debugging output" depends on MAC80211_DEBUG -- 1.5.2.2 - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html