Author: blogic Date: 2015-07-07 15:47:51 +0200 (Tue, 07 Jul 2015) New Revision: 46243
Modified: trunk/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch Log: mac80211: ath9k: fix qca956x name also Signed-off-by: Roman Yeryomin <[email protected]> Modified: trunk/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch =================================================================== --- trunk/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch 2015-07-07 13:47:45 UTC (rev 46242) +++ trunk/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch 2015-07-07 13:47:51 UTC (rev 46243) @@ -18,3 +18,11 @@ } 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 */ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
