Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c1768 return pi->tx_power_min; in wlc_phy_txpower_get_target_min()
1876 pi->tx_power_min = tx_pwr_min; in wlc_phy_txpower_recalc_target()
1887 pi->tx_power_target[rate] - pi->tx_power_min; in wlc_phy_txpower_recalc_target()
2152 pi->tx_power_min << NUM_TSSI_FRAMES); in wlc_phy_txpower_update_shm()
Dwlc_phy_lcn.c1639 if (wlc_lcnphy_get_target_tx_pwr(pi) != pi->tx_power_min) { in wlc_lcnphy_txpower_recalc_target()
1640 wlc_lcnphy_set_target_tx_pwr(pi, pi->tx_power_min); in wlc_lcnphy_txpower_recalc_target()
1721 if (pi->tx_power_min != 0) { in wlc_lcnphy_tempcompensated_txpwrctrl()
1722 delta_brd = (pi_lcn->lcnphy_measPower - pi->tx_power_min); in wlc_lcnphy_tempcompensated_txpwrctrl()
Dwlc_phy_int.h676 u8 tx_power_min; member