git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d536ac
)
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 3 Nov 2009 23:57:16 +0000
(15:57 -0800)
committer
John 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