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);
27908 wlc_phy_ofdm_to_mcs_powers_nphy(u8 *power, u8 rate_mcs_start, in wlc_phy_ofdm_to_mcs_powers_nphy() argument27914 for (rate1 = rate_mcs_start; rate1 <= rate_mcs_end - 1; rate1++) { in wlc_phy_ofdm_to_mcs_powers_nphy()27916 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()27923 u8 rate_ofdm_end, u8 rate_mcs_start) in wlc_phy_mcs_to_ofdm_powers_nphy() argument27927 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()