ath9k: improve reliability of the rx stuck fixup
SVN-Revision: 20967
This commit is contained in:
parent
33f6c63f2a
commit
3434500d35
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue