Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c414 return wlc->pub->_nbands > 1 && !wlc->bandlocked; in brcms_is_mband_unlocked()
1901 if (wlc_hw->_nbands > 1) in brcms_c_get_macaddr()
3513 if (wlc->bandlocked || wlc->pub->_nbands == 1) { in brcms_c_bandinit_ordered()
3527 for (i = 0; i < wlc->pub->_nbands; i++) { in brcms_c_bandinit_ordered()
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()
[all …]
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 Dpub.h156 uint _nbands; /* # bands supported */ member
H A Dmain.h348 uint _nbands; /* # bands supported */ member
H A Dmac80211_if.c1069 if (wl->pub->_nbands > 1) { in ieee_hw_rate_init()