projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d250a0
)
ath9k: correct a logic error in the rx path fix
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Jan 2013 15:19:10 +0000
(15:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Jan 2013 15:19:10 +0000
(15:19 +0000)
Backport of r35067
SVN-Revision: 35068
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 31a60375133792f1462bad0295e9a8f27b212afc..753386de9759b4ab32ea85e64ffc7589e18cd880 100644
(file)
--- a/
package/mac80211/patches/300-pending_work.patch
+++ b/
package/mac80211/patches/300-pending_work.patch
@@
-619,7
+619,7
@@
}
requeue:
+ list_add_tail(&bf->list, &sc->rx.rxbuf);
-+ if (
!
flush)
++ if (flush)
+ continue;
+
if (edma) {