From: Thomas Pedersen Date: Fri, 4 Nov 2011 04:11:11 +0000 (-0700) Subject: mac80211: QoS multicast frames have No Ack policy X-Git-Tag: 1.9.5~18 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=83cf639325d2819ac04cae9c086b7062da60b762;hp=83cf639325d2819ac04cae9c086b7062da60b762;p=carl9170fw.git mac80211: QoS multicast frames have No Ack policy Previously QoS multicast frames had the Normal Acknowledgment QoS control bits set. This would cause broadcast frames to be discarded by peers with which we have a BA session, since their sequence number would fall outside the allowed range. Set No Ack QoS control bits on multicast QoS frames and filter these in de-aggregation code. Signed-off-by: Thomas Pedersen v2: Use proper QoS Ack Policy ctl field mask (Christian) v3: Clean up conditional (Johannes) Signed-off-by: John W. Linville Signed-off-by: Christian Lamparter ---