diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-07-29 14:40:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-07-29 14:40:16 -0400 |
commit | 0ba568d7be1e6b355aa80adcf2c93de41e5c2afc (patch) | |
tree | f59deb2a1532ec1b83c6bd09bba218766f6f519c | |
parent | e2288b66fe7ff0288382b2af671b4da558b44472 (diff) | |
parent | 58cfb681bffb43654776a218a087028ff425ba9e (diff) |
Merge branch 'for-linville-current' of git://github.com/kvalo/ath
-rw-r--r-- | MAINTAINERS | 10 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath10k/Kconfig | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bf61e04291ab..7a403ba167d2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1406,7 +1406,7 @@ ATHEROS ATH6KL WIRELESS DRIVER | |||
1406 | M: Kalle Valo <kvalo@qca.qualcomm.com> | 1406 | M: Kalle Valo <kvalo@qca.qualcomm.com> |
1407 | L: linux-wireless@vger.kernel.org | 1407 | L: linux-wireless@vger.kernel.org |
1408 | W: http://wireless.kernel.org/en/users/Drivers/ath6kl | 1408 | W: http://wireless.kernel.org/en/users/Drivers/ath6kl |
1409 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git | 1409 | T: git git://github.com/kvalo/ath.git |
1410 | S: Supported | 1410 | S: Supported |
1411 | F: drivers/net/wireless/ath/ath6kl/ | 1411 | F: drivers/net/wireless/ath/ath6kl/ |
1412 | 1412 | ||
@@ -6719,6 +6719,14 @@ T: git git://linuxtv.org/anttip/media_tree.git | |||
6719 | S: Maintained | 6719 | S: Maintained |
6720 | F: drivers/media/tuners/qt1010* | 6720 | F: drivers/media/tuners/qt1010* |
6721 | 6721 | ||
6722 | QUALCOMM ATHEROS ATH10K WIRELESS DRIVER | ||
6723 | M: Kalle Valo <kvalo@qca.qualcomm.com> | ||
6724 | L: ath10k@lists.infradead.org | ||
6725 | W: http://wireless.kernel.org/en/users/Drivers/ath10k | ||
6726 | T: git git://github.com/kvalo/ath.git | ||
6727 | S: Supported | ||
6728 | F: drivers/net/wireless/ath/ath10k/ | ||
6729 | |||
6722 | QUALCOMM HEXAGON ARCHITECTURE | 6730 | QUALCOMM HEXAGON ARCHITECTURE |
6723 | M: Richard Kuo <rkuo@codeaurora.org> | 6731 | M: Richard Kuo <rkuo@codeaurora.org> |
6724 | L: linux-hexagon@vger.kernel.org | 6732 | L: linux-hexagon@vger.kernel.org |
diff --git a/drivers/net/wireless/ath/ath10k/Kconfig b/drivers/net/wireless/ath/ath10k/Kconfig index cde58fe96254..82e8088ca9b4 100644 --- a/drivers/net/wireless/ath/ath10k/Kconfig +++ b/drivers/net/wireless/ath/ath10k/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config ATH10K | 1 | config ATH10K |
2 | tristate "Atheros 802.11ac wireless cards support" | 2 | tristate "Atheros 802.11ac wireless cards support" |
3 | depends on MAC80211 | 3 | depends on MAC80211 && HAS_DMA |
4 | select ATH_COMMON | 4 | select ATH_COMMON |
5 | ---help--- | 5 | ---help--- |
6 | This module adds support for wireless adapters based on | 6 | This module adds support for wireless adapters based on |