Home
last modified time | relevance | path

Searched refs:_nbands (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_cfg.h20 #define NBANDS(wlc) ((wlc)->pub->_nbands)
21 #define NBANDS_PUB(pub) ((pub)->_nbands)
22 #define NBANDS_HW(hw) ((hw)->_nbands)
Dwlc_bmac.c774 wlc_hw->_nbands = 2; in wlc_bmac_attach()
776 wlc_hw->_nbands = 1; in wlc_bmac_attach()
779 wlc_hw->_nbands = 1; in wlc_bmac_attach()
792 wlc->pub->_nbands = wlc_hw->_nbands; in wlc_bmac_attach()
964 __func__, wlc_hw->deviceid, wlc_hw->_nbands, in wlc_bmac_attach()
Dwlc_pub.h251 uint _nbands; /* # bands supported */ member
Dwlc_main.h437 uint _nbands; /* # bands supported */ member