projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ecac8
)
ath9k: fix resetting the hw during channel change when the MAC fails to go idle
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 14 Apr 2011 22:46:12 +0000
(22:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 14 Apr 2011 22:46:12 +0000
(22:46 +0000)
SVN-Revision: 26665
package/mac80211/patches/300-pending_work.patch
patch
|
blob
|
history
diff --git
a/package/mac80211/patches/300-pending_work.patch
b/package/mac80211/patches/300-pending_work.patch
index 74acba566eed212cf6987dfa6fc7fdf3505ee491..982e233fb748fd6c401571ad562b59cdca064eeb 100644
(file)
--- 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)