From: Felix Fietkau Date: Thu, 14 Apr 2011 22:46:12 +0000 (+0000) Subject: ath9k: fix resetting the hw during channel change when the MAC fails to go idle X-Git-Tag: reboot~16892 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e0aa62e3c26dcfb33cc1a720b80d8e3dfa0cda92;p=oweals%2Fopenwrt.git ath9k: fix resetting the hw during channel change when the MAC fails to go idle SVN-Revision: 26665 --- diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 74acba566e..982e233fb7 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)