Home
last modified time | relevance | path

Searched refs:wlc_d11rxhdr_t (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_bmac.c271 wlc_d11rxhdr_t *wlc_rxhdr = NULL; in wlc_bmac_recv()
301 wlc_rxhdr = (wlc_d11rxhdr_t *) p->data; in wlc_bmac_recv()
651 ASSERT(sizeof(wlc_d11rxhdr_t) <= WL_HWRXOFF); in wlc_bmac_attach()
Dd11.h1326 typedef struct wlc_d11rxhdr wlc_d11rxhdr_t; typedef
Dwlc_main.c1757 ASSERT(sizeof(wlc_d11rxhdr_t) <= WL_HWRXOFF); in wlc_attach()
6835 wlc_d11rxhdr_t *wlc_rxh = (wlc_d11rxhdr_t *) rxh; in prep_mac80211_status()
/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_cmn.c2834 wlc_d11rxhdr_t *wlc_rxhdr = (wlc_d11rxhdr_t *) ctx; in wlc_phy_rssi_compute()
Dwlc_phy_n.c21471 wlc_phy_rssi_compute_nphy(phy_info_t *pi, wlc_d11rxhdr_t *wlc_rxh) in wlc_phy_rssi_compute_nphy()