mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
ath9k: improve reliability of the rx stuck fixup
SVN-Revision: 20967
This commit is contained in:
parent
33f6c63f2a
commit
3434500d35
@ -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…
Reference in New Issue
Block a user