diff options
author | Luciano Coelho <coelho@ti.com> | 2011-05-19 09:35:00 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-09-14 11:47:34 +0300 |
commit | 04907011d59101b508b1c4258f2731fd8f6b6c0a (patch) | |
tree | 7f3534134e19e5dc60c6e955d08cd844e61c2f5a /drivers/net/wireless/wl12xx/Kconfig | |
parent | 14623787abd1217f4c48f128fd4dc03e238265fe (diff) | |
download | blackbird-op-linux-04907011d59101b508b1c4258f2731fd8f6b6c0a.tar.gz blackbird-op-linux-04907011d59101b508b1c4258f2731fd8f6b6c0a.zip |
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 If you choose to build a module, it will be called wl12xx. Say N if unsure. -config WL12XX_HT - bool "TI wl12xx 802.11 HT support (EXPERIMENTAL)" - depends on WL12XX && EXPERIMENTAL - default n - ---help--- - This will enable 802.11 HT support in the wl12xx module. - - That configuration is temporary due to the code incomplete and - still in testing process. - config WL12XX_SPI tristate "TI wl12xx SPI support" depends on WL12XX && SPI_MASTER |