Searched defs:brcms_info (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.h36 struct brcms_info *wl;
61 struct brcms_info { struct
85 extern void brcms_init(struct brcms_info *wl);
86 extern uint brcms_reset(struct brcms_info *wl);
87 extern void brcms_intrson(struct brcms_info *wl);
88 extern u32 brcms_intrsoff(struct brcms_info *wl);
89 extern void brcms_intrsrestore(struct brcms_info *wl, u32 macintmask);
90 extern int brcms_up(struct brcms_info *wl);
91 extern void brcms_down(struct brcms_info *wl);
92 extern void brcms_txflowcontrol(struct brcms_info *w
[all...]

Completed in 116 milliseconds