Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c1902 int rate_start_index = 0, rate1, rate2, k; in wlc_phy_txpower_reg_limit_calc() local
1920 rate_start_index = WL_TX_POWER_OFDM_FIRST; in wlc_phy_txpower_reg_limit_calc()
1926 rate_start_index = WL_TX_POWER_OFDM20_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
1932 rate_start_index = in wlc_phy_txpower_reg_limit_calc()
1939 rate_start_index = WL_TX_POWER_OFDM40_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
1951 for (rate1 = rate_start_index, rate2 = 0; in wlc_phy_txpower_reg_limit_calc()
1964 rate_start_index = WL_TX_POWER_MCS20_SISO_FIRST; in wlc_phy_txpower_reg_limit_calc()
1970 rate_start_index = WL_TX_POWER_MCS20_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
1976 rate_start_index = WL_TX_POWER_MCS40_SISO_FIRST; in wlc_phy_txpower_reg_limit_calc()
1982 rate_start_index = WL_TX_POWER_MCS40_CDD_FIRST; in wlc_phy_txpower_reg_limit_calc()
[all …]