ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 3 Nov 2009 23:57:16 +0000 (15:57 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 22:09:04 +0000 (17:09 -0500)
No need to use the private driver structure to get to an sband.
This will make it easier to share this code with ath9k_htc.

With the sc gone we can now just pass the common structure to
ath_rx_prepare().

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found