From: Felix Fietkau Date: Fri, 10 Dec 2010 20:16:46 +0000 (+0100) Subject: ath9k: fix sequence number assigment for non-AMPDU QoS data frames X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248a38d0ed754bf9f002e66f3d607e12ae6a673c;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed