Searched refs:rssi_out_val (Results 1 – 1 of 1) sorted by relevance
21875 s32 rssi_out_val; in wlc_phy_poll_rssi_nphy() local21924 rssi_out_val = rssi_buf[3] & 0xff; in wlc_phy_poll_rssi_nphy()21925 rssi_out_val |= (rssi_buf[2] & 0xff) << 8; in wlc_phy_poll_rssi_nphy()21926 rssi_out_val |= (rssi_buf[1] & 0xff) << 16; in wlc_phy_poll_rssi_nphy()21927 rssi_out_val |= (rssi_buf[0] & 0xff) << 24; in wlc_phy_poll_rssi_nphy()21949 return rssi_out_val; in wlc_phy_poll_rssi_nphy()