From: Luis R. Rodriguez Date: Tue, 3 Nov 2009 23:57:16 +0000 (-0800) Subject: ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare() X-Git-Tag: v2.6.33-rc1~388^2~280^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712c13a86affe69dd8462631808edd5825b5e1cb;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed