ath9k: move the sequence number from ath_frame_info to ath_buf
authorFelix Fietkau <nbd@openwrt.org>
Sat, 27 Aug 2011 22:32:23 +0000 (00:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Aug 2011 19:38:53 +0000 (15:38 -0400)
commit6a0ddaef7c2f50f2d3ee8dfbf37f66dda11f061a
tree12d17af4befca782d1bd08417b9781dfd2a16145
parent56dc63369270b60e59637d153caf2e6b424ca30e
ath9k: move the sequence number from ath_frame_info to ath_buf

It is only necessary for BAW tracking and moving it to the ath_buf
makes it easier to add further improvements, such as deferring
seqno allocation in the aggregation path.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/xmit.c