projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddbb25c
)
ath9k: correct a logic error in the rx path fix
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Jan 2013 15:16:52 +0000
(15:16 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Jan 2013 15:16:52 +0000
(15:16 +0000)
SVN-Revision: 35067
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 d576990e30dd572c368ee1111b5322d1e7bf4512..b47878b180d1903315e86981a417b8b1e20d4d8d 100644
(file)
--- a/
package/mac80211/patches/300-pending_work.patch
+++ b/
package/mac80211/patches/300-pending_work.patch
@@
-451,7
+451,7
@@
}
requeue:
+ list_add_tail(&bf->list, &sc->rx.rxbuf);
-+ if (
!
flush)
++ if (flush)
+ continue;
+
if (edma) {