commit | 712c13a86affe69dd8462631808edd5825b5e1cb | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Tue Nov 03 15:57:16 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 11 17:09:04 2009 -0500 |
tree | be56ba014a3ffd3f162bc7e606e1f1dc5f2eee35 | |
parent | 3d536acf45ba65acb15fc65bf46f8d6c7ad6c463 [diff] |
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>