aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-17 23:58:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-17 23:58:16 +0000
commit4a2824a0615138f899238bd1e72cdcc6114f096e (patch)
tree63cee7784652d0361df751d14e483c93e310548b
parent55c0a7858a3e99f968add011047fdbaf6aef3148 (diff)
downloadupstream-4a2824a0615138f899238bd1e72cdcc6114f096e.tar.gz
upstream-4a2824a0615138f899238bd1e72cdcc6114f096e.tar.bz2
upstream-4a2824a0615138f899238bd1e72cdcc6114f096e.zip
ath9k: improve reliability of the rx stuck fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20967 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/mac80211/patches/550-ath9k_bb_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/550-ath9k_bb_fix.patch b/package/mac80211/patches/550-ath9k_bb_fix.patch
index 9c2594ce6e..13eccae7eb 100644
--- a/package/mac80211/patches/550-ath9k_bb_fix.patch
+++ b/package/mac80211/patches/550-ath9k_bb_fix.patch
@@ -15,8 +15,8 @@
+ do {
+ reg = REG_READ(ah, AR_OBS_BUS_1);
+
-+ if ((reg & 0x7E7FFFEF) != 0x00702400)
-+ return true;
++ if ((reg & 0x7E7FFFEF) == 0x00702400)
++ continue;
+
+ switch (reg & 0x7E000B00) {
+ case 0x1E000000: