From: nbd Date: Wed, 9 Jan 2013 15:16:52 +0000 (+0000) Subject: ath9k: correct a logic error in the rx path fix X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a2459a93484be7279f1a8ccaffc276982f712ac1;p=openwrt.git 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 --- 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) {