浏览代码

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>
Luis R. Rodriguez 16 年之前
父节点
当前提交
d17734aee6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/net/wireless/ath/Kconfig

+ 1 - 0
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"