Searched refs:wlc_rxh (Results 1 – 3 of 3) sorted by relevance
1215 extern int wlc_phy_rssi_compute_nphy(phy_info_t *pi, wlc_d11rxhdr_t *wlc_rxh);
21471 wlc_phy_rssi_compute_nphy(phy_info_t *pi, wlc_d11rxhdr_t *wlc_rxh) in wlc_phy_rssi_compute_nphy() argument21473 d11rxhdr_t *rxh = &wlc_rxh->rxhdr; in wlc_phy_rssi_compute_nphy()21496 wlc_rxh->rxpwr[0] = (s8) rxpwr0; in wlc_phy_rssi_compute_nphy()21497 wlc_rxh->rxpwr[1] = (s8) rxpwr1; in wlc_phy_rssi_compute_nphy()21498 wlc_rxh->do_rssi_ma = 0; in wlc_phy_rssi_compute_nphy()
6835 wlc_d11rxhdr_t *wlc_rxh = (wlc_d11rxhdr_t *) rxh; in prep_mac80211_status() local6862 rx_status->signal = wlc_rxh->rssi; /* signal */ in prep_mac80211_status()