summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/550-ath9k_bb_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/550-ath9k_bb_fix.patch')
-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: