ath: depend on cfg80211
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 27 Jul 2009 23:52:06 +0000 (16:52 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Aug 2009 20:43:20 +0000 (16:43 -0400)
The ath.ko module itself depends on cfg80211

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/Kconfig

index eb0337c..6bed009 100644 (file)
@@ -1,6 +1,7 @@
 config ATH_COMMON
        tristate "Atheros Wireless Cards"
        depends on WLAN_80211
+       depends on CFG80211
        depends on ATH5K || ATH9K || AR9170_USB
 
 source "drivers/net/wireless/ath/ath5k/Kconfig"