summaryrefslogtreecommitdiff
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 9a68cc0b5c9..c73b0762bf1 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -334,12 +334,24 @@ config COMPAT_WIRELESS
To compile this code as a module, choose M here.
if COMPAT_WIRELESS
+config COMPAT_WIRELESS_MODULES
+ tristate "Wireless modules"
+ default n
+ ---help---
+ To compile this code as a module, choose M here.
+
config CFG80211
tristate "Compat CFG80211"
default n
---help---
To compile this code as a module, choose M here.
+config MAC80211
+ tristate "Compat MAC80211"
+ default n
+ ---help---
+ To compile this code as a module, choose M here.
+
config COMPAT_MAC80211_RC_DEFAULT
string "MAC80211_RC_DEFAULT"
default "minstrel"
@@ -387,6 +399,13 @@ config MAC80211_RC_MINSTREL
default y
---help---
+config MAC80211_RC_MINSTREL_HT
+ bool "Minstrel 802.11n support" if EXPERT
+ depends on MAC80211_RC_MINSTREL
+ default y
+ ---help---
+ This option enables the 'minstrel_ht' TX rate control algorithm
+
config MAC80211_LEDS
bool "MAC80211_LEDS"
depends on COMPAT_WIRELESS