Home
last modified time | relevance | path

Searched refs:wlc_rxh (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_int.h1215 extern int wlc_phy_rssi_compute_nphy(phy_info_t *pi, wlc_d11rxhdr_t *wlc_rxh);
Dwlc_phy_n.c21471 wlc_phy_rssi_compute_nphy(phy_info_t *pi, wlc_d11rxhdr_t *wlc_rxh) in wlc_phy_rssi_compute_nphy() argument
21473 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()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.c6835 wlc_d11rxhdr_t *wlc_rxh = (wlc_d11rxhdr_t *) rxh; in prep_mac80211_status() local
6862 rx_status->signal = wlc_rxh->rssi; /* signal */ in prep_mac80211_status()