]> git.baikalelectronics.ru Git - kernel.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)
commit025a4e04ca4ae28bae45fbe75e342bc36dcab85d
treefa4d6499eddaa54b74c5ba604ebafced34d364b2
parentab38dab7940572d621a32fbb025397fe0e69085d
ath9k: fix sequence number assigment for non-AMPDU QoS data frames

wireless-testing commit 39fb9caa24ced87dfc738b2f073aab048cab507e
('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