ath9k: correct a logic error in the rx path fix

SVN-Revision: 35067
This commit is contained in:
Felix Fietkau 2013-01-09 15:16:52 +00:00
parent ddbb25c6a7
commit 52b030cf16

View file

@ -451,7 +451,7 @@
} }
requeue: requeue:
+ list_add_tail(&bf->list, &sc->rx.rxbuf); + list_add_tail(&bf->list, &sc->rx.rxbuf);
+ if (!flush) + if (flush)
+ continue; + continue;
+ +
if (edma) { if (edma) {