Searched defs:regulatory (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/
H A Dath.h223 struct ath_regulatory regulatory; member in struct:ath_common
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_eeprom.c300 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
306 regulatory->max_power_level += INCREASE_MAXPOW_BY_TWO_CHAIN;
309 regulatory->max_power_level += INCREASE_MAXPOW_BY_THREE_CHAIN;
H A Dath9k_eeprom_4k.c384 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
420 if (regulatory->tp_scale != ATH9K_TP_SCALE_MAX) {
422 (tpScaleReductionTable[(regulatory->tp_scale)] * 2);
586 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
609 regulatory->max_power_level = 0;
615 if (ratesArray[i] > regulatory->max_power_level)
616 regulatory->max_power_level = ratesArray[i];
622 /* Update regulatory */
629 regulatory->max_power_level = ratesArray[i];
H A Dath9k_eeprom_9287.c478 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
515 * and the regulatory allowed power level.
519 if (regulatory->tp_scale != ATH9K_TP_SCALE_MAX)
521 (tpScaleReductionTable[(regulatory->tp_scale)] * 2);
604 * Compare test group from regulatory channel list
727 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
749 regulatory->max_power_level = 0;
755 if (ratesArray[i] > regulatory->max_power_level)
756 regulatory->max_power_level = ratesArray[i];
767 regulatory
[all...]
H A Dath9k_ar5008_phy.c755 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
897 ath9k_regd_get_ctl(regulatory, chan),
901 (u32) regulatory->power_limit), 0);
H A Dath9k_ar9003_phy.c621 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
676 ath9k_regd_get_ctl(regulatory, chan),
680 (u32) regulatory->power_limit), 0);
H A Dath9k_eeprom_def.c881 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
934 if (regulatory->tp_scale != ATH9K_TP_SCALE_MAX) {
936 (tpScaleReductionTable[(regulatory->tp_scale)] * 2);
1148 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
1172 regulatory->max_power_level = 0;
1177 if (ratesArray[i] > regulatory->max_power_level)
1178 regulatory->max_power_level = ratesArray[i];
1189 regulatory->max_power_level = ratesArray[i];
1196 regulatory->max_power_level += INCREASE_MAXPOW_BY_TWO_CHAIN;
1199 regulatory
[all...]
H A Dath9k_ar9003_eeprom.c4590 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
4628 * and the regulatory allowed power level
4632 if (regulatory->tp_scale != ATH9K_TP_SCALE_MAX) {
4634 (tpScaleReductionTable[(regulatory->tp_scale)] * 2);
4687 * For MIMO, need to apply regulatory caps individually across
4725 * compare test group from regulatory
4827 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
4892 regulatory->max_power_level = 0;
4894 if (targetPowerValT2[i] > regulatory->max_power_level)
4895 regulatory
[all...]
H A Dath9k_hw.c358 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
360 regulatory->country_code = CTRY_DEFAULT;
361 regulatory->power_limit = MAX_RATE_POWER;
362 regulatory->tp_scale = ATH9K_TP_SCALE_MAX;
1131 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
1159 ath9k_regd_get_ctl(regulatory, chan),
1163 (u32) regulatory->power_limit), 0);
1572 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
1579 regulatory->current_rd = eeval;
1584 regulatory
1939 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
[all...]

Completed in 58 milliseconds