mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-09 12:10:17 +00:00
ath9k: correct a logic error in the rx path fix
SVN-Revision: 35067
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
}
|
||||
requeue:
|
||||
+ list_add_tail(&bf->list, &sc->rx.rxbuf);
|
||||
+ if (!flush)
|
||||
+ if (flush)
|
||||
+ continue;
|
||||
+
|
||||
if (edma) {
|
||||
|
||||
Reference in New Issue
Block a user