From: Felix Fietkau Date: Sat, 17 Apr 2010 23:58:16 +0000 (+0000) Subject: ath9k: improve reliability of the rx stuck fixup X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=1d464d221795e640fa6406a5f688d815bbf74fab ath9k: improve reliability of the rx stuck fixup SVN-Revision: 20967 --- diff --git a/package/mac80211/patches/550-ath9k_bb_fix.patch b/package/mac80211/patches/550-ath9k_bb_fix.patch index 9c2594ce6e..13eccae7eb 100644 --- a/package/mac80211/patches/550-ath9k_bb_fix.patch +++ b/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: