Browse Source

ath9k: improve reliability of the rx stuck fixup

SVN-Revision: 20967
Felix Fietkau 16 years ago
parent
commit
3434500d35
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/mac80211/patches/550-ath9k_bb_fix.patch

+ 2 - 2
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: