This patch correct's ath5k's Kconfig depends line by making it depend on WLAN_80211 and also for now marks it EXPERIMENTAL. This patch applies to the ath5k branch of wireless-dev. Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxx drivers/net/wireless/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(- Luis
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 0797ccb..d74eb0a 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -552,8 +552,7 @@ config RTL8187 config ATH5K tristate "Atheros 5xxx wireless cards support" - depends on MAC80211 - depends on PCI + depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL default m ---help--- This module adds support for atheros 5xxx (e.g. 5212) wireless