summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/300-pending_work.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-09 15:16:52 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-09 15:16:52 +0000
commita2459a93484be7279f1a8ccaffc276982f712ac1 (patch)
treefe45b58071aad28f4f43220627fb089f7627073f /package/mac80211/patches/300-pending_work.patch
parent8f7f0f90900053b35ab3d24dc4da5af4eb1d6fef (diff)
ath9k: correct a logic error in the rx path fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/300-pending_work.patch')
-rw-r--r--package/mac80211/patches/300-pending_work.patch2
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 d576990e3..b47878b18 100644
--- 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) {