mac80211: assign seqnums for group QoS frames
authorBob Copeland <me@bobcopeland.com>
Fri, 23 Aug 2013 13:35:38 +0000 (09:35 -0400)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 23 Aug 2013 13:43:38 +0000 (15:43 +0200)
commitc4c205f3cd17b567b8e20098522416eac2e73960
tree0e4e0158fc9c3716c49d7f31af3f9e6d24b5cebc
parenta4ef66a915b957416a89a48365aea2ec2dc551f6
mac80211: assign seqnums for group QoS frames

According to 802.11-2012 9.3.2.10, paragraph 4, QoS
data frames with a group address in the Address 1 field
have sequence numbers allocated from the same counter
as non-QoS data and management frames.  Without this
flag, some drivers may not assign sequence numbers, and
in rare cases frames might get dropped.  Set the control
flag accordingly.

Signed-off-by: Bob Copeland <bob@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c