atheros: define a common priv struct

hw code should never use private driver data, but
sometimes we need a backpointer so just stuff it on
the common ath struct.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Šī revīzija ir iekļauta:
Luis R. Rodriguez
2009-09-28 02:54:40 -04:00
revīziju iesūtīja John W. Linville
vecāks 7c89606e24
revīzija bc974f4a23
5 mainīti faili ar 31 papildinājumiem un 24 dzēšanām

Parādīt failu

@@ -450,7 +450,6 @@ struct ath_gen_timer_table {
struct ath_hw {
struct ieee80211_hw *hw;
struct ath_softc *ah_sc;
struct ath_common common;
struct ath9k_hw_version hw_version;
struct ath9k_ops_config config;