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
2072 power->est_Pout[0] = (est_pout >> 8) & 0xff; in wlc_phy_txpower_get_current()2073 power->est_Pout[1] = est_pout & 0xff; in wlc_phy_txpower_get_current()2078 if (power->est_Pout[0] == 0x80) in wlc_phy_txpower_get_current()2079 power->est_Pout[0] = 0; in wlc_phy_txpower_get_current()2080 if (power->est_Pout[1] == 0x80) in wlc_phy_txpower_get_current()2081 power->est_Pout[1] = 0; in wlc_phy_txpower_get_current()2117 wlc_lcnphy_get_tssi(pi, (s8 *) &power->est_Pout[0], in wlc_phy_txpower_get_current()