wireless: Kconfig: add missing dependency for airo_cs
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Mar 2014 14:05:25 +0000 (15:05 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Mar 2014 18:49:15 +0000 (14:49 -0400)
commit 4c59ff221e070 "wireless: Kconfig: add missing dependency" added a number
of 'depends on CFG80211' statements, but missed the AIRO_CS driver that
also causes the airo.c file to be built. This adds the (hopefully) last
such missing statement

Cc: "Zhao, Gang" <gamerh2o@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/Kconfig

index d1fab43..9c2c285 100644 (file)
@@ -116,7 +116,7 @@ config AT76C50X_USB
 
 config AIRO_CS
        tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
-       depends on PCMCIA && (BROKEN || !M32R)
+       depends on CFG80211 && PCMCIA && (BROKEN || !M32R)
        select WIRELESS_EXT
        select WEXT_SPY
        select WEXT_PRIV