ath9k: improve reliability of the rx stuck fixup

SVN-Revision: 20967
master
Felix Fietkau 15 years ago
parent 33f6c63f2a
commit 3434500d35
  1. 4
      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:

Loading…
Cancel
Save