Searched refs:rate2 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 1662 int rate_start_index = 0, rate1, rate2, k; in wlc_phy_txpower_reg_limit_calc() local 1664 for (rate1 = WL_TX_POWER_CCK_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() 1665 rate2 < WL_TX_POWER_CCK_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc() 1666 pi->txpwr_limit[rate1] = txpwr->cck[rate2]; in wlc_phy_txpower_reg_limit_calc() 1668 for (rate1 = WL_TX_POWER_OFDM_FIRST, rate2 = 0; in wlc_phy_txpower_reg_limit_calc() 1669 rate2 < WL_TX_POWER_OFDM_NUM; rate1++, rate2++) in wlc_phy_txpower_reg_limit_calc() 1670 pi->txpwr_limit[rate1] = txpwr->ofdm[rate2]; in wlc_phy_txpower_reg_limit_calc() 1703 for (rate2 = 0; rate2 < BRCMS_NUM_RATES_OFDM; in wlc_phy_txpower_reg_limit_calc() 1704 rate2++) { in wlc_phy_txpower_reg_limit_calc() 1705 tmp_txpwr_limit[rate2] = 0; in wlc_phy_txpower_reg_limit_calc() [all …]
|
D | phy_n.c | 28008 u8 rate1, rate2; in wlc_phy_ofdm_to_mcs_powers_nphy() local 28010 rate2 = rate_ofdm_start; in wlc_phy_ofdm_to_mcs_powers_nphy() 28012 power[rate1] = power[rate2]; in wlc_phy_ofdm_to_mcs_powers_nphy() 28013 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy() 28022 u8 rate1, rate2; in wlc_phy_mcs_to_ofdm_powers_nphy() local 28024 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy() 28025 rate1 <= rate_ofdm_end; rate1++, rate2++) { in wlc_phy_mcs_to_ofdm_powers_nphy() 28026 power[rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy() 28028 power[++rate1] = power[rate2]; in wlc_phy_mcs_to_ofdm_powers_nphy() 28034 uint rate1, rate2, band_num; in wlc_phy_txpwr_apply_nphy() local [all …]
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel_ht.c | 705 struct minstrel_rate_stats *rate, *rate2; in minstrel_ht_tx_status() local 762 rate2 = minstrel_get_ratestats(mi, mi->max_tp_rate[1]); in minstrel_ht_tx_status() 763 if (rate2->attempts > 30 && in minstrel_ht_tx_status() 764 MINSTREL_FRAC(rate2->success, rate2->attempts) < in minstrel_ht_tx_status()
|
/linux-4.4.14/sound/usb/misc/ |
D | ua101.c | 976 unsigned int rate2; in detect_usb_format() local 1007 rate2 = combine_triple(fmt_playback->tSamFreq[0]); in detect_usb_format() 1008 if (ua->rate != rate2) { in detect_usb_format() 1011 rate2, ua->rate); in detect_usb_format()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | join.c | 147 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()
|