carl9170 firmware: per-vif tx sequence counter
authorChristian Lamparter <chunkeey@googlemail.com>
Sat, 22 Jan 2011 19:52:56 +0000 (20:52 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 22 Jan 2011 21:38:43 +0000 (22:38 +0100)
commit19e4d682fca010ef72e0a304335910f670c2268a
tree6fea14c73d463ed2158c620050811c59c8dafaf6
parent9e6041aee729b65a5a8bd386eb8a7fb13887fec9
carl9170 firmware: per-vif tx sequence counter

mac80211 will properly assign sequence numbers to QoS-data frames
but cannot do so correctly for non-QoS-data and management frames
because beacons need them from that counter as well and mac80211
cannot guarantee proper sequencing.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/include/carl9170.h
carlfw/include/fwdsc.h
carlfw/include/wl.h
carlfw/src/cmd.c
carlfw/src/fw.c
carlfw/src/wlan.c
include/shared/fwdesc.h
include/shared/version.h
include/shared/wlan.h
tools/src/fwinfo.c