Searched refs:rate_mcs_start (Results 1 – 2 of 2) sorted by relevance
977 void wlc_phy_ofdm_to_mcs_powers_nphy(u8 *power, u8 rate_mcs_start,980 u8 rate_ofdm_end, u8 rate_mcs_start);
27873 wlc_phy_ofdm_to_mcs_powers_nphy(u8 *power, u8 rate_mcs_start, in wlc_phy_ofdm_to_mcs_powers_nphy() argument27879 for (rate1 = rate_mcs_start; rate1 <= rate_mcs_end - 1; rate1++) { in wlc_phy_ofdm_to_mcs_powers_nphy()27881 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()27888 u8 rate_ofdm_end, u8 rate_mcs_start) in wlc_phy_mcs_to_ofdm_powers_nphy() argument27892 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()