From 0fd5d4c21863f7b2d70eddeccaf17fbdacb529d6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 9 Jan 2013 15:16:52 +0000 Subject: [PATCH] ath9k: correct a logic error in the rx path fix SVN-Revision: 35067 --- 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 d576990e30..b47878b180 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) { -- 2.30.2