aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-08 19:31:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-08 19:31:43 +0000
commit8847c3ff1c383c9cedf8ed1241d4f348efb91689 (patch)
tree62dc8293bafaf24baa6451bd6c4dd796c737630e /package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch
parent24f9bb4ace11217f5ee948292119ac16f7e70cb7 (diff)
downloadmaster-187ad058-8847c3ff1c383c9cedf8ed1241d4f348efb91689.tar.gz
master-187ad058-8847c3ff1c383c9cedf8ed1241d4f348efb91689.tar.bz2
master-187ad058-8847c3ff1c383c9cedf8ed1241d4f348efb91689.zip
mac80211: update to wireless-testing 2010-02-07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25425 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch')
-rw-r--r--package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch b/package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch
deleted file mode 100644
index ad5bede819..0000000000
--- a/package/mac80211/patches/560-mac80211_cmntr_drop_retransmissions.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }