From f410ca3e6d47b0e81526d75ecaf4890ec7e74743 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 3 Jul 2012 18:05:04 +0000 Subject: mac80211: add support for AR9550 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32588 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../589-ath9k-enable-support-for-AR9550.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package/mac80211/patches/589-ath9k-enable-support-for-AR9550.patch (limited to 'package/mac80211/patches/589-ath9k-enable-support-for-AR9550.patch') diff --git a/package/mac80211/patches/589-ath9k-enable-support-for-AR9550.patch b/package/mac80211/patches/589-ath9k-enable-support-for-AR9550.patch new file mode 100644 index 0000000000..5574941c88 --- /dev/null +++ b/package/mac80211/patches/589-ath9k-enable-support-for-AR9550.patch @@ -0,0 +1,29 @@ +From 23693513280521914ceb6d92c1bd7613e7b19c58 Mon Sep 17 00:00:00 2001 +From: Gabor Juhos +Date: Mon, 2 Jul 2012 17:16:00 +0200 +Subject: [PATCH 20/20] ath9k: enable support for AR9550 + +Signed-off-by: Gabor Juhos +Acked-by: Luis R. Rodriguez +--- + drivers/net/wireless/ath/ath9k/hw.c | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +--- a/drivers/net/wireless/ath/ath9k/hw.c ++++ b/drivers/net/wireless/ath/ath9k/hw.c +@@ -658,6 +658,7 @@ static int __ath9k_hw_init(struct ath_hw + case AR_SREV_VERSION_9485: + case AR_SREV_VERSION_9340: + case AR_SREV_VERSION_9462: ++ case AR_SREV_VERSION_9550: + break; + default: + ath_err(common, +@@ -735,6 +736,7 @@ int ath9k_hw_init(struct ath_hw *ah) + case AR9300_DEVID_AR9485_PCIE: + case AR9300_DEVID_AR9330: + case AR9300_DEVID_AR9340: ++ case AR9300_DEVID_QCA955X: + case AR9300_DEVID_AR9580: + case AR9300_DEVID_AR9462: + break; -- cgit v1.2.3