mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 08:40:37 +02:00
12 lines
317 B
Diff
12 lines
317 B
Diff
|
--- a/net/mac80211/rx.c
|
||
|
+++ b/net/mac80211/rx.c
|
||
|
@@ -798,7 +798,7 @@ ieee80211_rx_h_check(struct ieee80211_rx
|
||
|
rx->local->dot11FrameDuplicateCount++;
|
||
|
rx->sta->num_duplicates++;
|
||
|
}
|
||
|
- return RX_DROP_MONITOR;
|
||
|
+ return RX_DROP_UNUSABLE;
|
||
|
} else
|
||
|
rx->sta->last_seq_ctrl[rx->queue] = hdr->seq_ctrl;
|
||
|
}
|