From: Luis R. Rodriguez Date: Mon, 27 Jul 2009 23:52:06 +0000 (-0700) Subject: ath: depend on cfg80211 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d17734aee6383ff5e1720b3f01c014c0a9db40d5;p=deliverable%2Flinux.git ath: depend on cfg80211 The ath.ko module itself depends on cfg80211 Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index eb0337c49546..6bed009019a5 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"