diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-14 22:46:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-14 22:46:12 +0000 |
commit | f02838ffb6d01dcabc9329fecca20ce10c2fae80 (patch) | |
tree | 8c9b7276105954acf12678551bc0a045c4e74e29 /package/mac80211 | |
parent | 03e5f52576482fefbb1116fa768bd80d0611cd8e (diff) | |
download | upstream-f02838ffb6d01dcabc9329fecca20ce10c2fae80.tar.gz upstream-f02838ffb6d01dcabc9329fecca20ce10c2fae80.tar.bz2 upstream-f02838ffb6d01dcabc9329fecca20ce10c2fae80.zip |
ath9k: fix resetting the hw during channel change when the MAC fails to go idle
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26665 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/patches/300-pending_work.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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) |