diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-09 15:16:52 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-09 15:16:52 +0000 |
commit | a2459a93484be7279f1a8ccaffc276982f712ac1 (patch) | |
tree | fe45b58071aad28f4f43220627fb089f7627073f /package | |
parent | 8f7f0f90900053b35ab3d24dc4da5af4eb1d6fef (diff) |
ath9k: correct a logic error in the rx path fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/mac80211/patches/300-pending_work.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index d576990e3..b47878b18 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/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) { |