Searched refs:txp_rate_idx (Results 1 – 2 of 2) sorted by relevance
1397 u8 *max_pwr, int txp_rate_idx) in wlc_phy_txpower_sromlimit() argument1405 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()1406 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()1408 (u8) txp_rate_idx); in wlc_phy_txpower_sromlimit()1411 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()1412 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()1413 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit()1418 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()1419 txp_rate_idx = TXP_FIRST_OFDM; in wlc_phy_txpower_sromlimit()1432 pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit()[all …]
28527 u8 txp_rate_idx) in wlc_phy_txpower_sromlimit_get_nphy() argument28534 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()28537 *max_pwr = pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()28540 *max_pwr = pi->tx_srom_max_rate_5g_low[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()28543 *max_pwr = pi->tx_srom_max_rate_5g_hi[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()28546 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()