Searched refs:est_Pout_act (Results 1 – 2 of 2) sorted by relevance
128 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain member
1776 power->est_Pout_act[0] = est_pout >> 24; in wlc_phy_txpower_get_current()1777 power->est_Pout_act[1] = (est_pout >> 16) & 0xff; in wlc_phy_txpower_get_current()1784 if (power->est_Pout_act[0] == 0x80) in wlc_phy_txpower_get_current()1785 power->est_Pout_act[0] = 0; in wlc_phy_txpower_get_current()1786 if (power->est_Pout_act[1] == 0x80) in wlc_phy_txpower_get_current()1787 power->est_Pout_act[1] = 0; in wlc_phy_txpower_get_current()