From: Johannes Berg Date: Thu, 29 Sep 2011 14:04:41 +0000 (+0200) Subject: mac80211: dont assign seqno to or aggregate QoS Null frames X-Git-Tag: v3.2-rc1~129^2~104^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a59543eb5a5d268b3d11747f9c3c557ae271a0;p=pandora-kernel.git mac80211: dont assign seqno to or aggregate QoS Null frames 802.11 says: "Sequence numbers for QoS (+)Null frames may be set to any value." However, if we use the normal counters then peers will get confused with aggregation since there'll be holes in the sequence number sequence. To avoid that, neither assign a sequence number to QoS null frames nor put them on aggregation. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed