summaryrefslogtreecommitdiff
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-09 15:16:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-09 15:16:52 +0000
commit52b030cf1677c3d46ddd44117d41aa2bda5d1437 (patch)
treee9e3208ca6b3d2b742d590c52f2dd09ec95dd532 /package/mac80211
parentddbb25c6a79a0836a79eab96d9c0a293acee4089 (diff)
downloadmtk-20170518-52b030cf1677c3d46ddd44117d41aa2bda5d1437.zip
mtk-20170518-52b030cf1677c3d46ddd44117d41aa2bda5d1437.tar.gz
mtk-20170518-52b030cf1677c3d46ddd44117d41aa2bda5d1437.tar.bz2
ath9k: correct a logic error in the rx path fix
SVN-Revision: 35067
Diffstat (limited to 'package/mac80211')
-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 d576990..b47878b 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) {