projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd21dcd
)
ath: depend on cfg80211
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 27 Jul 2009 23:52:06 +0000
(16:52 -0700)
committer
John 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/Kconfig
b/drivers/net/wireless/ath/Kconfig
index eb0337c49546b6e976589a8719d996d8acd17a5c..6bed009019a5b6d1c8b080cd9828cc4d27530d4e 100644
(file)
--- 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"