commit | 76d5a9e83b6e72ebe651c08e6dc247a58469ddda | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Mon Nov 02 16:08:34 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 11 17:09:02 2009 -0500 |
tree | 6acc345a823c4b4978c55caad482debbd158fd8b | |
parent | 68a89116157d9d479a854db6d79a9116be79cd99 [diff] |
ath9k: use correct hw for tx aggregation TX completion When ath9k virtual wiphys are used the sc->hw will not always represent the active hw, instead we need to get it from the skb->cb private driver area. This ensures the right hw is used to find a sta for the TX'd skb. 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>