Home
last modified time | relevance | path

Searched refs:rate_mcs_start (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_int.h995 void wlc_phy_ofdm_to_mcs_powers_nphy(u8 *power, u8 rate_mcs_start,
998 u8 rate_ofdm_end, u8 rate_mcs_start);
Dphy_n.c28005 wlc_phy_ofdm_to_mcs_powers_nphy(u8 *power, u8 rate_mcs_start, in wlc_phy_ofdm_to_mcs_powers_nphy() argument
28011 for (rate1 = rate_mcs_start; rate1 <= rate_mcs_end - 1; rate1++) { in wlc_phy_ofdm_to_mcs_powers_nphy()
28013 rate2 += (rate1 == rate_mcs_start) ? 2 : 1; in wlc_phy_ofdm_to_mcs_powers_nphy()
28020 u8 rate_ofdm_end, u8 rate_mcs_start) in wlc_phy_mcs_to_ofdm_powers_nphy() argument
28024 for (rate1 = rate_ofdm_start, rate2 = rate_mcs_start; in wlc_phy_mcs_to_ofdm_powers_nphy()