Home
last modified time | relevance | path

Searched refs:rate2 (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c1666 int rate_start_index = 0, rate1, rate2, k; in wlc_phy_txpower_reg_limit_calc() local
1668 for (rate1 = WL_TX_POWER_CCK_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc()
1669 rate2 < WL_TX_POWER_CCK_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc()
1670 pi->txpwr_limit[rate1] = txpwr->cck[rate2]; in wlc_phy_txpower_reg_limit_calc()
1672 for (rate1 = WL_TX_POWER_OFDM_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc()
1673 rate2 < WL_TX_POWER_OFDM_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc()
1674 pi->txpwr_limit[rate1] = txpwr->ofdm[rate2]; in wlc_phy_txpower_reg_limit_calc()
1707 for (rate2 = 0; rate2 < BRCMS_NUM_RATES_OFDM; in wlc_phy_txpower_reg_limit_calc()
1708 rate2++) { in wlc_phy_txpower_reg_limit_calc()
1709 tmp_txpwr_limit[rate2] = 0; in wlc_phy_txpower_reg_limit_calc()
[all …]
Dphy_n.c28016 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local
28018 rate2 = rate_ofdm_start; in wlc_phy_ofdm_to_mcs_powers_nphy()
28020 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy()
28021 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()
28030 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local
28032 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()
28033 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy()
28034 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
28036 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy()
28042 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local
[all …]
/drivers/net/wireless/mwifiex/
Djoin.c147 u32 rate1_size, u8 *rate2, u32 rate2_size) in mwifiex_get_common_rates() argument
161 for (i = 0; i < rate2_size && rate2[i]; i++) { in mwifiex_get_common_rates()
165 if ((rate2[i] & 0x7F) == (tmp[j] & 0x7F)) { in mwifiex_get_common_rates()