Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c1487 return pi->tx_power_min; in wlc_phy_txpower_get_target_min()
1624 pi->tx_power_min = tx_pwr_min; in wlc_phy_txpower_recalc_target()
1635 pi->tx_power_target[rate] - pi->tx_power_min; in wlc_phy_txpower_recalc_target()
1900 pi->tx_power_min << NUM_TSSI_FRAMES); in wlc_phy_txpower_update_shm()
Dphy_lcn.c2255 if (wlc_lcnphy_get_target_tx_pwr(pi) != pi->tx_power_min) { in wlc_lcnphy_txpower_recalc_target()
2256 wlc_lcnphy_set_target_tx_pwr(pi, pi->tx_power_min); in wlc_lcnphy_txpower_recalc_target()
2334 if (pi->tx_power_min != 0) in wlc_lcnphy_tempcompensated_txpwrctrl()
2335 delta_brd = (pi_lcn->lcnphy_measPower - pi->tx_power_min); in wlc_lcnphy_tempcompensated_txpwrctrl()
Dphy_int.h606 u8 tx_power_min; member