summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-17 23:58:16 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-17 23:58:16 +0000
commit10ee6b3b20c10f4071bd512b22ff89ddf17da16c (patch)
tree63cee7784652d0361df751d14e483c93e310548b /package
parent89fc18bb28ae941cb953a18e5a09a1842838d85e (diff)
ath9k: improve reliability of the rx stuck fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20967 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 9c2594ce6..13eccae7e 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: