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()
2490 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_fill_cap_info() local
2497 regulatory->current_rd = eeval; in ath9k_hw_fill_cap_info()
2501 if (regulatory->current_rd == 0x64 || in ath9k_hw_fill_cap_info()
2502 regulatory->current_rd == 0x65) in ath9k_hw_fill_cap_info()
2503 regulatory->current_rd += 5; in ath9k_hw_fill_cap_info()
2504 else if (regulatory->current_rd == 0x41) in ath9k_hw_fill_cap_info()
2505 regulatory->current_rd = 0x43; in ath9k_hw_fill_cap_info()
2507 regulatory->current_rd); in ath9k_hw_fill_cap_info()