diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-08-31 12:44:05 -0700 |
---|---|---|
committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-08-31 18:06:49 -0700 |
commit | b664bf38a533410650fc75f54bd7fb0beebf30ac (patch) | |
tree | 79a6b975b34e5a8c91cf081f4fc7a3cb4df39ae8 /drivers | |
parent | 9d2a8abaa049e062881f632f5e83fd8327a2ce8b (diff) |
wl12xx: Kconfig select WIRELESS_EXT and WEXT_PRIV
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/wl12xx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig index 35ce7b0f4a60..1dc6a474e26e 100644 --- a/drivers/net/wireless/wl12xx/Kconfig +++ b/drivers/net/wireless/wl12xx/Kconfig @@ -1,6 +1,7 @@ menuconfig WL12XX_MENU tristate "TI wl12xx driver support" depends on MAC80211 && EXPERIMENTAL + select WEXT_PRIV ---help--- This will enable TI wl12xx driver support for the following chips: wl1271, wl1273, wl1281 and wl1283. @@ -12,6 +13,7 @@ config WL12XX depends on INET select FW_LOADER select CRC7 + select WIRELESS_EXT ---help--- This module adds support for wireless adapters based on TI wl1271 and TI wl1273 chipsets. This module does *not* include support for wl1251. |