mac80211: QoS multicast frames have No Ack policy
authorThomas Pedersen <thomas@cozybit.com>
Fri, 4 Nov 2011 04:11:11 +0000 (21:11 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Nov 2011 21:05:48 +0000 (16:05 -0500)
commit6cc00d545a21ed26696f3bda865ebf11eccbf2b5
treee048b70728f9fcb8dac02b72b421c037d03c1e5d
parentf3011cf9deb689bd68279c728c501a4166983c19
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 <thomas@cozybit.com>
v2: Use proper QoS Ack Policy ctl field mask (Christian)

v3: Clean up conditional (Johannes)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/ieee80211.h
net/mac80211/rx.c
net/mac80211/wme.c