Lines Matching refs:regulatory
456 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_init_defaults() local
458 regulatory->country_code = CTRY_DEFAULT; in ath9k_hw_init_defaults()
459 regulatory->power_limit = MAX_COMBINED_POWER; in ath9k_hw_init_defaults()
2487 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_fill_cap_info() local
2494 regulatory->current_rd = eeval; in ath9k_hw_fill_cap_info()
2498 if (regulatory->current_rd == 0x64 || in ath9k_hw_fill_cap_info()
2499 regulatory->current_rd == 0x65) in ath9k_hw_fill_cap_info()
2500 regulatory->current_rd += 5; in ath9k_hw_fill_cap_info()
2501 else if (regulatory->current_rd == 0x41) in ath9k_hw_fill_cap_info()
2502 regulatory->current_rd = 0x43; in ath9k_hw_fill_cap_info()
2504 regulatory->current_rd); in ath9k_hw_fill_cap_info()