Home
last modified time | relevance | path

Searched refs:MAXBANDS (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_alloc.c193 (sizeof(struct wlc_hwband) * MAXBANDS)); in wlc_attach_malloc()
200 for (i = 1; i < MAXBANDS; i++) { in wlc_attach_malloc()
263 (sizeof(struct wlcband)*MAXBANDS)); in wlc_attach_malloc()
270 for (i = 1; i < MAXBANDS; i++) { in wlc_attach_malloc()
Dwlc_bsscfg.h52 struct scb *bcmc_scb[MAXBANDS]; /* one bcmc_scb per band */
Dwlc_main.h427 struct wlc_hwband *bandstate[MAXBANDS];/* band state per phy/radio */
515 struct wlcband *bandstate[MAXBANDS];
Dwlc_pub.h599 #define MAXBANDS 2 /* Maximum #of bands */ macro
Dwlc_channel.c64 wlc_cm_band_t bandstate[MAXBANDS]; /* per-band state (one per phy/radio) */