1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-03 00:42:48 +02:00
openwrt-xburst/package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch
nbd 6274c8102e mac80211: merge fixes from r25358, r25359
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-04 21:04:28 +00:00

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;
}