From 6e1497e8ef1be22b94ee704454c5c2d8132d2ac3 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 18 Apr 2010 00:01:53 +0000 Subject: [PATCH] ath9k: backport the rx stuck bugfix change from r20967 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20973 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/550-ath9k_bb_fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/mac80211/patches/550-ath9k_bb_fix.patch b/package/mac80211/patches/550-ath9k_bb_fix.patch index 17bee7c2c..d09114c89 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: -- 2.11.0