From aab3ecdfd89396aa89b483ba7c0f39576f7cbb61 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Tue, 7 Jul 2015 13:47:51 +0000
Subject: mac80211: ath9k: fix qca956x name also

Signed-off-by: Roman Yeryomin <roman@advem.lv>

SVN-Revision: 46243
---
 .../patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch     | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch')

diff --git a/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch b/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch
index ecb5340..5998be8 100644
--- a/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch
+++ b/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch
@@ -18,3 +18,11 @@ Signed-off-by: Felix Fietkau <nbd@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 */
-- 
cgit v1.1