summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/Kconfig
diff options
context:
space:
mode:
authorShahar Levi <shahar_levi@ti.com>2010-10-13 14:09:41 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2010-11-15 18:25:12 (GMT)
commit18357850b694ba3fa29363c7d86ccd8783f4a065 (patch)
treea4fed3c7ff755751ad2f6910485b73483630f9cb /drivers/net/wireless/wl12xx/Kconfig
parentc4db1c879679e795689ef3c9dd7d3f6568ea14c5 (diff)
downloadlinux-18357850b694ba3fa29363c7d86ccd8783f4a065.tar.xz
wl1271: 11n Support, functionality and configuration ability
Add 11n ability in scan, connection and using MCS rates. The configuration is temporary due to the code incomplete and still in testing process. That plans to be remove in the future. Signed-off-by: Shahar Levi <shahar_levi@ti.com> Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r--drivers/net/wireless/wl12xx/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
index b447559..1b3b7bd 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -18,6 +18,16 @@ config WL1271
If you choose to build a module, it'll be called wl1271. Say N if
unsure.
+config WL1271_HT
+ bool "TI wl1271 802.11 HT support (EXPERIMENTAL)"
+ depends on WL1271 && EXPERIMENTAL
+ default n
+ ---help---
+ This will enable 802.11 HT support for TI wl1271 chipset.
+
+ That configuration is temporary due to the code incomplete and
+ still in testing process.
+
config WL1271_SPI
tristate "TI wl1271 SPI support"
depends on WL1271 && SPI_MASTER