Searched refs:est_Pout (Results 1 – 2 of 2) sorted by relevance
127 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */ member
2074 power->est_Pout[0] = (est_pout >> 8) & 0xff; in wlc_phy_txpower_get_current()2075 power->est_Pout[1] = est_pout & 0xff; in wlc_phy_txpower_get_current()2080 if (power->est_Pout[0] == 0x80) in wlc_phy_txpower_get_current()2081 power->est_Pout[0] = 0; in wlc_phy_txpower_get_current()2082 if (power->est_Pout[1] == 0x80) in wlc_phy_txpower_get_current()2083 power->est_Pout[1] = 0; in wlc_phy_txpower_get_current()2119 wlc_lcnphy_get_tssi(pi, (s8 *) &power->est_Pout[0], in wlc_phy_txpower_get_current()