mac80211: rt2x00: do not increment sequence number while re-transmitting
authorVijayakumar Durai <vijayakumar.durai1@vivint.com>
Tue, 26 Feb 2019 13:59:30 +0000 (19:29 +0530)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 5 Mar 2019 02:54:39 +0000 (03:54 +0100)
Currently STA+AP re-transmitting the management frames with
incremented sequence number if hardware is assigning the sequence.

Fix is to assign the sequence number for Beacon by hardware
and for other Management frames software will assign the
sequence number

Signed-off-by: Vijayakumar Durai <vijayakumar.durai1@vivint.com>

No differences found