ath9k: simpify RX by calling ath_get_virt_hw() once
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 2 Nov 2009 19:36:08 +0000 (11:36 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 22:09:01 +0000 (17:09 -0500)
ath_get_virt_hw() is required on RX to determine for which virtual
wiphy an skb came in for. Instead of searching for the hw twice do
it only once.

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>

No differences found