From: nbd Date: Wed, 20 Nov 2013 17:33:50 +0000 (+0000) Subject: mac80211: fix reorder issues with multicast packets (client mode) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8e517c0feae49a1c48b814cebf5e944ccad5fbf7;p=openwrt.git mac80211: fix reorder issues with multicast packets (client mode) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38883 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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