Skip to content

Commit

Permalink
mt76: set RX_FLAG_DUP_VALIDATED for A-MPDU reordered packets
Browse files Browse the repository at this point in the history
Required for fast-rx and allows mac80211 to skip an unnnecessary check.

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Feb 9, 2018
1 parent 246d548 commit 62d52e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agg-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void mt76_rx_aggr_reorder(struct sk_buff *skb, struct sk_buff_head *frames)
if (!tid)
return;

status->flag |= RX_FLAG_DUP_VALIDATED;
spin_lock_bh(&tid->lock);

if (tid->stopped)
Expand Down

0 comments on commit 62d52e9

Please sign in to comment.