Searched refs:reg_limit (Results 1 – 4 of 4) sorted by relevance
880 s32 reg_limit; in iwl4965_fill_txpower_tbl() local949 reg_limit = ch_info->ht40_max_power_avg * 2; in iwl4965_fill_txpower_tbl()951 reg_limit = ch_info->max_power_avg * 2; in iwl4965_fill_txpower_tbl()953 if ((reg_limit < IWL_TX_POWER_REGULATORY_MIN) || in iwl4965_fill_txpower_tbl()954 (reg_limit > IWL_TX_POWER_REGULATORY_MAX)) { in iwl4965_fill_txpower_tbl()956 reg_limit = IWL_TX_POWER_DEFAULT_REGULATORY_24; in iwl4965_fill_txpower_tbl()958 reg_limit = IWL_TX_POWER_DEFAULT_REGULATORY_52; in iwl4965_fill_txpower_tbl()1022 current_regulatory = reg_limit - in iwl4965_fill_txpower_tbl()1026 current_regulatory = reg_limit; in iwl4965_fill_txpower_tbl()
923 power.reg_limit[r] = txpwr.cck[c]; in wlc_get_current_txpwr()932 power.reg_limit[r] = txpwr.ofdm[c]; in wlc_get_current_txpwr()939 power.reg_limit[r] = txpwr.ofdm_cdd[c]; in wlc_get_current_txpwr()944 power.reg_limit[r] = txpwr.ofdm_40_siso[c]; in wlc_get_current_txpwr()949 power.reg_limit[r] = txpwr.ofdm_40_cdd[c]; in wlc_get_current_txpwr()958 power.reg_limit[r] = txpwr.mcs_20_siso[c]; in wlc_get_current_txpwr()963 power.reg_limit[r] = txpwr.mcs_20_cdd[c]; in wlc_get_current_txpwr()968 power.reg_limit[r] = txpwr.mcs_20_stbc[c]; in wlc_get_current_txpwr()973 power.reg_limit[r] = txpwr.mcs_40_siso[c]; in wlc_get_current_txpwr()978 power.reg_limit[r] = txpwr.mcs_40_cdd[c]; in wlc_get_current_txpwr()[all …]
1867 u8 reg_limit; in rt2800_compesate_txpower() local1900 reg_limit = (eirp_txpower > power_level) ? in rt2800_compesate_txpower()1903 reg_limit = 0; in rt2800_compesate_txpower()1905 return txpower + bw_comp - reg_limit; in rt2800_compesate_txpower()
1237 u8 reg_limit[WL_TX_POWER_RATES]; /* Regulatory power limit */ member