diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-09 02:57:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:45:01 -0500 |
commit | d6bad496c6fbe3adb3323915a8b0430fa2955199 (patch) | |
tree | 02078701fd5cdf419684eb57e2ffb497b084c916 /drivers/net/wireless/ath9k/hw.h | |
parent | d535a42a21eb62bb0e7f35b8ae39da07b679dda4 (diff) |
ath9k: Move regulatory information to a separate structure
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath9k/hw.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/net/wireless/ath9k/hw.h b/drivers/net/wireless/ath9k/hw.h index afa64bde301d..3fdf9626a766 100644 --- a/drivers/net/wireless/ath9k/hw.h +++ b/drivers/net/wireless/ath9k/hw.h | |||
@@ -425,17 +425,9 @@ struct ath_hal { | |||
425 | enum nl80211_iftype ah_opmode; | 425 | enum nl80211_iftype ah_opmode; |
426 | struct ath9k_ops_config ah_config; | 426 | struct ath9k_ops_config ah_config; |
427 | struct ath9k_hw_capabilities ah_caps; | 427 | struct ath9k_hw_capabilities ah_caps; |
428 | 428 | struct ath9k_regulatory regulatory; | |
429 | u16 ah_countryCode; | ||
430 | u32 ah_flags; | 429 | u32 ah_flags; |
431 | int16_t ah_powerLimit; | 430 | |
432 | u16 ah_maxPowerLevel; | ||
433 | u32 ah_tpScale; | ||
434 | u16 ah_currentRD; | ||
435 | u16 ah_currentRDExt; | ||
436 | u16 ah_currentRDInUse; | ||
437 | char alpha2[2]; | ||
438 | struct reg_dmn_pair_mapping *regpair; | ||
439 | enum ath9k_power_mode ah_power_mode; | 431 | enum ath9k_power_mode ah_power_mode; |
440 | enum ath9k_power_mode ah_restore_mode; | 432 | enum ath9k_power_mode ah_restore_mode; |
441 | 433 | ||