summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-08-31 12:44:05 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2012-10-14 14:32:49 -0700
commit42c793e3815eb86de7ea99c52fc75a598ae0353a (patch)
treeb15180ae6c70287190d368f3278683b197e00e76
parent29c7562b76d87bfbdf1957454acf2ba360e2dc5c (diff)
wl12xx: Kconfig select WIRELESS_EXT and WEXT_PRIV
-rw-r--r--drivers/net/wireless/wl12xx/Kconfig2
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.