Lines Matching refs:regulatory
443 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_init_defaults() local
445 regulatory->country_code = CTRY_DEFAULT; in ath9k_hw_init_defaults()
446 regulatory->power_limit = MAX_RATE_POWER; in ath9k_hw_init_defaults()
2379 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_fill_cap_info() local
2386 regulatory->current_rd = eeval; in ath9k_hw_fill_cap_info()
2390 if (regulatory->current_rd == 0x64 || in ath9k_hw_fill_cap_info()
2391 regulatory->current_rd == 0x65) in ath9k_hw_fill_cap_info()
2392 regulatory->current_rd += 5; in ath9k_hw_fill_cap_info()
2393 else if (regulatory->current_rd == 0x41) in ath9k_hw_fill_cap_info()
2394 regulatory->current_rd = 0x43; in ath9k_hw_fill_cap_info()
2396 regulatory->current_rd); in ath9k_hw_fill_cap_info()