Home
last modified time | relevance | path

Searched defs:wlc_if (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h363 struct wlc_if { struct
364 struct wlc_if *next; argument
365 u8 type; /* WLC_IFTYPE_BSS or WLC_IFTYPE_WDS */
366 u8 index; /* assigned in wl_add_if(), index of the wlif if any,
370 u8 flags; /* flags for the interface */
371 struct wl_if *wlif; /* pointer to wlif */
372 struct wlc_txq_info *qi; /* pointer to associated tx queue */
373 union {
376 } u;