Browse Source

ath9k: correct a logic error in the rx path fix

SVN-Revision: 35067
Felix Fietkau 13 years ago
parent
commit
52b030cf16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/mac80211/patches/300-pending_work.patch

+ 1 - 1
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) {