aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/300-pending_work.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-09 15:19:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-09 15:19:10 +0000
commitc28e2ffe8f647dce7d0433120d059d116cdda298 (patch)
treed3bf2bcc9d0b62f89db8b9f38f97a644b770ccf9 /package/mac80211/patches/300-pending_work.patch
parent486c98f86caedd6a385850e05d6c8bb5f234c8af (diff)
downloadupstream-c28e2ffe8f647dce7d0433120d059d116cdda298.tar.gz
upstream-c28e2ffe8f647dce7d0433120d059d116cdda298.tar.bz2
upstream-c28e2ffe8f647dce7d0433120d059d116cdda298.zip
ath9k: correct a logic error in the rx path fix
Backport of r35067 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35068 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 31a6037513..753386de97 100644
--- 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) {