]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: fix sequence number assigment for non-AMPDU QoS data frames
authorFelix Fietkau <nbd@openwrt.org>
Fri, 10 Dec 2010 20:16:46 +0000 (21:16 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 13 Dec 2010 20:23:30 +0000 (15:23 -0500)
commit248a38d0ed754bf9f002e66f3d607e12ae6a673c
treefa4d6499eddaa54b74c5ba604ebafced34d364b2
parent207aba6018a7b1757b5248ced2b280d20790c498
ath9k: fix sequence number assigment for non-AMPDU QoS data frames

wireless-testing commit 04caf863750bc7e042d1e8d57e5ce9d6326ab435
('ath9k: more tx setup cleanups') merged tx path code for HT vs
non-HT frames, however it did not pass the tid pointer to
ath_tx_send_normal, causing an inconsistency between AMPDU vs
non-AMPDU sequence number handling.
Fix this by always passing in the tid pointer for all QoS data frames.

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