Lines Matching refs:regulatory
457 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_init_defaults() local
459 regulatory->country_code = CTRY_DEFAULT; in ath9k_hw_init_defaults()
460 regulatory->power_limit = MAX_COMBINED_POWER; in ath9k_hw_init_defaults()
2489 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_fill_cap_info() local
2496 regulatory->current_rd = eeval; in ath9k_hw_fill_cap_info()
2500 if (regulatory->current_rd == 0x64 || in ath9k_hw_fill_cap_info()
2501 regulatory->current_rd == 0x65) in ath9k_hw_fill_cap_info()
2502 regulatory->current_rd += 5; in ath9k_hw_fill_cap_info()
2503 else if (regulatory->current_rd == 0x41) in ath9k_hw_fill_cap_info()
2504 regulatory->current_rd = 0x43; in ath9k_hw_fill_cap_info()
2506 regulatory->current_rd); in ath9k_hw_fill_cap_info()