Root/package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch

1--- a/net/mac80211/rx.c
2+++ b/net/mac80211/rx.c
3@@ -798,7 +798,7 @@ ieee80211_rx_h_check(struct ieee80211_rx
4                 rx->local->dot11FrameDuplicateCount++;
5                 rx->sta->num_duplicates++;
6             }
7- return RX_DROP_MONITOR;
8+ return RX_DROP_UNUSABLE;
9         } else
10             rx->sta->last_seq_ctrl[rx->queue] = hdr->seq_ctrl;
11     }
12

Archive Download this file



interactive