diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-14 22:46:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-14 22:46:12 +0000 |
commit | 18bdb0133761eefcdc914658bf26931a1370ce60 (patch) | |
tree | 8c9b7276105954acf12678551bc0a045c4e74e29 /package/mac80211 | |
parent | 6152ff34eaef5bb58138da1a507e1d526616126d (diff) |
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 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) |