]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ath9k: remove temp variable ratecode from ath_rx_prepare()
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 4 Nov 2009 01:52:33 +0000 (17:52 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 22:09:05 +0000 (17:09 -0500)
commit14077f5b7a28bdcd166faed2c0b36fad9f3eadda
treee7cecc0d7f280a4c0155a330c8e42c17af0cf5fb
parent207e96854e39380fce8b589bbbdaf6e9a83b9151
ath9k: remove temp variable ratecode from ath_rx_prepare()

Its just a distraction when reading the code, instead use the
rx_stats->rs_rate directly.

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