From f4796262c5a012cb9e7f6ef8b7090c2d17a61727 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 9 Jan 2013 15:19:10 +0000 Subject: [PATCH] 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 --- package/mac80211/patches/300-pending_work.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 31a6037..753386d 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) { -- 2.11.0