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)
commit712c13a86affe69dd8462631808edd5825b5e1cb
treebe56ba014a3ffd3f162bc7e606e1f1dc5f2eee35
parent3d536acf45ba65acb15fc65bf46f8d6c7ad6c463
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()

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>
drivers/net/wireless/ath/ath9k/recv.c