diff options
author | Shahar Levi <shahar_levi@ti.com> | 2010-10-13 10:09:41 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-15 13:25:12 -0500 |
commit | 18357850b694ba3fa29363c7d86ccd8783f4a065 (patch) | |
tree | a4fed3c7ff755751ad2f6910485b73483630f9cb /drivers/net/wireless/wl12xx/Kconfig | |
parent | c4db1c879679e795689ef3c9dd7d3f6568ea14c5 (diff) |
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig index b447559f1db5..1b3b7bdd6a19 100644 --- a/drivers/net/wireless/wl12xx/Kconfig +++ b/drivers/net/wireless/wl12xx/Kconfig | |||
@@ -18,6 +18,16 @@ config WL1271 | |||
18 | If you choose to build a module, it'll be called wl1271. Say N if | 18 | If you choose to build a module, it'll be called wl1271. Say N if |
19 | unsure. | 19 | unsure. |
20 | 20 | ||
21 | config WL1271_HT | ||
22 | bool "TI wl1271 802.11 HT support (EXPERIMENTAL)" | ||
23 | depends on WL1271 && EXPERIMENTAL | ||
24 | default n | ||
25 | ---help--- | ||
26 | This will enable 802.11 HT support for TI wl1271 chipset. | ||
27 | |||
28 | That configuration is temporary due to the code incomplete and | ||
29 | still in testing process. | ||
30 | |||
21 | config WL1271_SPI | 31 | config WL1271_SPI |
22 | tristate "TI wl1271 SPI support" | 32 | tristate "TI wl1271 SPI support" |
23 | depends on WL1271 && SPI_MASTER | 33 | depends on WL1271 && SPI_MASTER |