X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bc3305d88ecd77f0812383a5e771824a014444b6..2a28eaed70ebe45e0ef4839f7b89e3a31791f6af:/package/mac80211/patches/300-pending_work.patch 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)