[OpenWrt-Devel] [PATCH] mac80211: ath9k: fix qca956x name also

Roman Yeryomin leroi.lists at gmail.com
Wed Jun 24 19:01:58 EDT 2015


Signed-off-by: Roman Yeryomin <roman at advem.lv>
---
 .../patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch     | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch b/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch
index 2674efb..c005c00 100644
--- a/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch
+++ b/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch
@@ -18,3 +18,11 @@ Signed-off-by: Felix Fietkau <nbd at openwrt.org>
  	}
  
  	val = REG_READ(ah, AR_SREV) & AR_SREV_ID;
+@@ -3169,6 +3170,7 @@ static struct {
+ 	{ AR_SREV_VERSION_9550,         "9550" },
+ 	{ AR_SREV_VERSION_9565,         "9565" },
+ 	{ AR_SREV_VERSION_9531,         "9531" },
++	{ AR_SREV_VERSION_9561,         "956X" },
+ };
+ 
+ /* For devices with external radios */
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list