mirror of https://github.com/hak5/openwrt.git
parent
33f6c63f2a
commit
3434500d35
|
@ -15,8 +15,8 @@
|
||||||
+ do {
|
+ do {
|
||||||
+ reg = REG_READ(ah, AR_OBS_BUS_1);
|
+ reg = REG_READ(ah, AR_OBS_BUS_1);
|
||||||
+
|
+
|
||||||
+ if ((reg & 0x7E7FFFEF) != 0x00702400)
|
+ if ((reg & 0x7E7FFFEF) == 0x00702400)
|
||||||
+ return true;
|
+ continue;
|
||||||
+
|
+
|
||||||
+ switch (reg & 0x7E000B00) {
|
+ switch (reg & 0x7E000B00) {
|
||||||
+ case 0x1E000000:
|
+ case 0x1E000000:
|
||||||
|
|
Loading…
Reference in New Issue