diff options
author | Luciano Coelho <coelho@ti.com> | 2011-05-19 02:35:00 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-09-14 04:47:34 -0400 |
commit | 04907011d59101b508b1c4258f2731fd8f6b6c0a (patch) | |
tree | 7f3534134e19e5dc60c6e955d08cd844e61c2f5a /drivers/net/wireless/wl12xx/Kconfig | |
parent | 14623787abd1217f4c48f128fd4dc03e238265fe (diff) |
wl12xx: remove deprecated CONFIG_WL12XX_HT flag
The driver now support HT properly, so we can always have HT enabled.
Remove the WL12XX_HT configuration.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r-- | drivers/net/wireless/wl12xx/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig index 07bcb1548d8b..3fe388b87c2e 100644 --- a/drivers/net/wireless/wl12xx/Kconfig +++ b/drivers/net/wireless/wl12xx/Kconfig | |||
@@ -19,16 +19,6 @@ config WL12XX | |||
19 | If you choose to build a module, it will be called wl12xx. Say N if | 19 | If you choose to build a module, it will be called wl12xx. Say N if |
20 | unsure. | 20 | unsure. |
21 | 21 | ||
22 | config WL12XX_HT | ||
23 | bool "TI wl12xx 802.11 HT support (EXPERIMENTAL)" | ||
24 | depends on WL12XX && EXPERIMENTAL | ||
25 | default n | ||
26 | ---help--- | ||
27 | This will enable 802.11 HT support in the wl12xx module. | ||
28 | |||
29 | That configuration is temporary due to the code incomplete and | ||
30 | still in testing process. | ||
31 | |||
32 | config WL12XX_SPI | 22 | config WL12XX_SPI |
33 | tristate "TI wl12xx SPI support" | 23 | tristate "TI wl12xx SPI support" |
34 | depends on WL12XX && SPI_MASTER | 24 | depends on WL12XX && SPI_MASTER |