Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c1901 if (wlc_hw->_nbands > 1) in brcms_c_get_macaddr()
3840 if (wlc_hw->_nbands > 1) { in brcms_b_set_chanspec()
3901 if (wlc->pub->_nbands > 1) { in brcms_c_set_chanspec()
4495 wlc_hw->_nbands = 2; in brcms_b_attach()
4497 wlc_hw->_nbands = 1; in brcms_b_attach()
4500 wlc_hw->_nbands = 1; in brcms_b_attach()
4513 wlc->pub->_nbands = wlc_hw->_nbands; in brcms_b_attach()
4548 for (j = 0; j < wlc_hw->_nbands; j++) { in brcms_b_attach()
4746 if (wlc->pub->_nbands > 1 && in brcms_c_bss_default_init()
5230 else if ((wlc->pub->_nbands > 1) && in brcms_c_set_gmode()
[all …]
H A Dpub.h156 uint _nbands; /* # bands supported */ member
H A Dchannel.c732 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G) in brcms_reg_notifier()
748 for (band_idx = 0; band_idx < wlc->pub->_nbands; band_idx++) { in brcms_c_regd_init()
H A Dmain.h348 uint _nbands; /* # bands supported */ member
H A Dmac80211_if.c1073 if (wl->pub->_nbands > 1) { in ieee_hw_rate_init()