diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-27 16:52:06 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:43:20 -0400 |
commit | d17734aee6383ff5e1720b3f01c014c0a9db40d5 (patch) | |
tree | 9ec21e99015424d6e3574ac980fb65c76bf7bb1a /drivers/net/wireless/ath/Kconfig | |
parent | dd21dcdc65a182222666199ec4cea188a11cb5d2 (diff) |
ath: depend on cfg80211
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>
Diffstat (limited to 'drivers/net/wireless/ath/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index eb0337c4954..6bed009019a 100644 --- a/drivers/net/wireless/ath/Kconfig +++ b/drivers/net/wireless/ath/Kconfig @@ -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" |