diff options
author | Christian Lamparter <chunkeey@web.de> | 2009-03-30 22:30:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:37 -0400 |
commit | 1878f77e13b9d720b78c4f818b94bfd4a7f596e5 (patch) | |
tree | 94d1a41d588676865ddd78cdfb6e32e91c82e688 /drivers/net/wireless/ath/Kconfig | |
parent | f769c36bd71ebe8d7a5f83764f0428d36ebced35 (diff) | |
download | linux-1878f77e13b9d720b78c4f818b94bfd4a7f596e5.tar.gz linux-1878f77e13b9d720b78c4f818b94bfd4a7f596e5.tar.bz2 linux-1878f77e13b9d720b78c4f818b94bfd4a7f596e5.zip |
Make ar9170 use common ath reg code
Signed-off-by: Christian Lamparter <chunkeey@web.de>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig index c2873a24baae..76517a45a212 100644 --- a/drivers/net/wireless/ath/Kconfig +++ b/drivers/net/wireless/ath/Kconfig @@ -1,4 +1,4 @@ config ATH_COMMON tristate "Atheros Wireless Cards Shared Support" - depends on ATH5K || ATH9K + depends on ATH5K || ATH9K || AR9170_USB |