aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-11-20 17:33:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-11-20 17:33:50 +0000
commit97948a8d2c18b7abb3a72c3f43c82c628f39566f (patch)
treeaa177b3e8baae0cd8d4c290033e00a8789c8659a /package
parent9d4b7971427f808d10fd8850eabd1c4e4d1f22a9 (diff)
downloadupstream-97948a8d2c18b7abb3a72c3f43c82c628f39566f.tar.gz
upstream-97948a8d2c18b7abb3a72c3f43c82c628f39566f.tar.bz2
upstream-97948a8d2c18b7abb3a72c3f43c82c628f39566f.zip
mac80211: fix reorder issues with multicast packets (client mode)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38883 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/patches/300-pending_work.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/300-pending_work.patch b/package/kernel/mac80211/patches/300-pending_work.patch
index 60a06c60ff..962c5e848b 100644
--- a/package/kernel/mac80211/patches/300-pending_work.patch
+++ b/package/kernel/mac80211/patches/300-pending_work.patch
@@ -3178,6 +3178,16 @@
/* check if we already stored this frame */
if (tid_agg_rx->reorder_buf[index]) {
+@@ -911,7 +903,8 @@ static void ieee80211_rx_reorder_ampdu(s
+ u16 sc;
+ u8 tid, ack_policy;
+
+- if (!ieee80211_is_data_qos(hdr->frame_control))
++ if (!ieee80211_is_data_qos(hdr->frame_control) ||
++ is_multicast_ether_addr(hdr->addr1))
+ goto dont_reorder;
+
+ /*
--- a/net/mac80211/scan.c
+++ b/net/mac80211/scan.c
@@ -526,7 +526,7 @@ static int __ieee80211_start_scan(struct