diff options
-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) { |