]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: fix a tx rate duration calculation bug
authorFelix Fietkau <nbd@openwrt.org>
Fri, 15 Jun 2012 01:04:52 +0000 (03:04 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 4 Jul 2012 04:44:21 +0000 (05:44 +0100)
commit4c42ad8fcf33fee7b949a6355b71a773843131b9
tree1412944080603ed220e905232b7e0311f25cb219
parent86f65876182c72dfae0f7d1ecd619f6fc39b1ff0
ath9k: fix a tx rate duration calculation bug

commit 76591bea9714a58d8924154068c78d702eb2cb17 upstream.

The rate pointer variable for a rate series is used in a loop before it is
initialized. This went unnoticed because it was used earlier for the RTS/CTS
rate. This bug can lead to the wrong PHY type being passed to the
duration calculation function.

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