diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-10 14:08:14 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:26 -0400 |
commit | 27c51f1a349f3e4eb9c1d6d3a548eafe1828cc7a (patch) | |
tree | 4bd882ed2bd08fb60e3f1cfd33c3c6304a9c94e6 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 394317fc793eb25dbbda4432d29d97cd80f3b561 (diff) |
ath9k: move ath_common to ath_hw
This ensures that we can access common on hw related code
independent of the driver core.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 6aee01343d3a..f1dc98927c4a 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -435,6 +435,7 @@ struct ath_gen_timer_table { | |||
435 | 435 | ||
436 | struct ath_hw { | 436 | struct ath_hw { |
437 | struct ath_softc *ah_sc; | 437 | struct ath_softc *ah_sc; |
438 | struct ath_common common; | ||
438 | struct ath9k_hw_version hw_version; | 439 | struct ath9k_hw_version hw_version; |
439 | struct ath9k_ops_config config; | 440 | struct ath9k_ops_config config; |
440 | struct ath9k_hw_capabilities caps; | 441 | struct ath9k_hw_capabilities caps; |