ath9k: correct a logic error in the rx path fix
SVN-Revision: 35067
This commit is contained in:
parent
ddbb25c6a7
commit
52b030cf16
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue