ath9k: correct a logic error in the rx path fix
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Jan 2013 15:16:52 +0000 (15:16 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Jan 2013 15:16:52 +0000 (15:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35067 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/mac80211/patches/300-pending_work.patch

index d576990..b47878b 100644 (file)
                }
  requeue:
 +              list_add_tail(&bf->list, &sc->rx.rxbuf);
-+              if (!flush)
++              if (flush)
 +                      continue;
 +
                if (edma) {