X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F300-pending_work.patch;h=982e233fb748fd6c401571ad562b59cdca064eeb;hp=74acba566eed212cf6987dfa6fc7fdf3505ee491;hb=2bb67a39073f113c76895a92b93aa7baa2aeef5a;hpb=062af8f5595053e4504979112f17f6cdae7489a4 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)