From: nbd Date: Thu, 14 Apr 2011 22:47:25 +0000 (+0000) Subject: ath9k: fix resetting the hw when the MAC fails to go idle (backport of r26665) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=2bb67a39073f113c76895a92b93aa7baa2aeef5a;ds=sidebyside ath9k: fix resetting the hw when the MAC fails to go idle (backport of r26665) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26666 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 74acba566..982e233fb 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/package/mac80211/patches/300-pending_work.patch @@ -258,7 +258,7 @@ ATH_DBG_WARN_ON_ONCE(!stopped); } - return stopped; -+ return stopped || reset; ++ return stopped && !reset; } void ath_flushrecv(struct ath_softc *sc)