Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c1649 int rate_start_index = 0, rate1, rate2, k; in wlc_phy_txpower_reg_limit_calc() local
1667 rate_start_index = WL_TX_POWER_OFDM_FIRST; in wlc_phy_txpower_reg_limit_calc()
1673 rate_start_index = WL_TX_POWER_OFDM20_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
1679 rate_start_index = in wlc_phy_txpower_reg_limit_calc()
1686 rate_start_index = WL_TX_POWER_OFDM40_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
1700 for (rate1 = rate_start_index, rate2 = 0; in wlc_phy_txpower_reg_limit_calc()
1713 rate_start_index = WL_TX_POWER_MCS20_SISO_FIRST; in wlc_phy_txpower_reg_limit_calc()
1719 rate_start_index = WL_TX_POWER_MCS20_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
1725 rate_start_index = WL_TX_POWER_MCS40_SISO_FIRST; in wlc_phy_txpower_reg_limit_calc()
1731 rate_start_index = WL_TX_POWER_MCS40_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
[all …]