From: Felix Fietkau Date: Wed, 9 Jan 2013 15:19:10 +0000 (+0000) Subject: ath9k: correct a logic error in the rx path fix X-Git-Tag: attitude_adjustment_12.09~50 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=00ec8feabc35d543a267b3bc711aad5ffb121b93;p=openwrt%2Fsvn-archive%2Fopenwrt.git ath9k: correct a logic error in the rx path fix Backport of r35067 SVN-Revision: 35068 --- 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) {