Searched refs:rssi_out_val (Results 1 – 1 of 1) sorted by relevance
20832 s32 rssi_out_val; in wlc_phy_poll_rssi_nphy() local20884 rssi_out_val = rssi_buf[3] & 0xff; in wlc_phy_poll_rssi_nphy()20885 rssi_out_val |= (rssi_buf[2] & 0xff) << 8; in wlc_phy_poll_rssi_nphy()20886 rssi_out_val |= (rssi_buf[1] & 0xff) << 16; in wlc_phy_poll_rssi_nphy()20887 rssi_out_val |= (rssi_buf[0] & 0xff) << 24; in wlc_phy_poll_rssi_nphy()20910 return rssi_out_val; in wlc_phy_poll_rssi_nphy()