Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c1677 u8 *max_pwr, int txp_rate_idx) in wlc_phy_txpower_sromlimit() argument
1685 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1686 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()
1688 (u8) txp_rate_idx); in wlc_phy_txpower_sromlimit()
1691 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1692 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()
1693 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit()
1698 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1699 txp_rate_idx = TXP_FIRST_OFDM; in wlc_phy_txpower_sromlimit()
1714 pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit()
[all …]
Dwlc_phy_n.c29163 u8 txp_rate_idx) in wlc_phy_txpower_sromlimit_get_nphy() argument
29170 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
29173 *max_pwr = pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
29176 *max_pwr = pi->tx_srom_max_rate_5g_low[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
29179 *max_pwr = pi->tx_srom_max_rate_5g_hi[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
29183 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()