ath9k: use the right hw on ath_tx_setup_buffer() for HT
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 3 Nov 2009 00:27:33 +0000 (16:27 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 22:09:02 +0000 (17:09 -0500)
commit5008f3727b05b5eb970ce703721aa5897a088e30
treedc1b6375341339f0270a0f31a0e9b919c4ed7c29
parent76d5a9e83b6e72ebe651c08e6dc247a58469ddda
ath9k: use the right hw on ath_tx_setup_buffer() for HT

When using virtual wiphys the base sc->hw was being used, the correct
hw is passed along the caller already so just use that.

Cc: Jouni.Malinen <Jouni.Malinen@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c