Home
last modified time | relevance | path

Searched refs:bandtype (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dchannel.c424 li_mimo = (band->bandtype == BRCM_BAND_5G) ? in brcms_c_channel_reg_limits()
430 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
438 if (band->bandtype == BRCM_BAND_2G) { in brcms_c_channel_reg_limits()
464 if (band->bandtype == BRCM_BAND_2G) in brcms_c_channel_reg_limits()
732 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G) in brcms_reg_notifier()
751 wlc_phy_chanspec_band_validch(band->pi, band->bandtype, in brcms_c_regd_init()
Drate.c443 uint phy_type, int bandtype, bool cck_only, in brcms_c_rateset_default() argument
452 if (bandtype == BRCM_BAND_5G) in brcms_c_rateset_default()
460 rs_dflt = (bandtype == BRCM_BAND_5G) ? in brcms_c_rateset_default()
Dmain.c370 return band->bandtype == BRCM_BAND_5G ? APHY_SIFS_TIME : in get_sifs()
643 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
655 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time()
1709 wlc_hw->band->bandtype == BRCM_BAND_5G ? in brcms_b_bsinit()
3394 wlc->band->bandtype, false, BRCMS_RATE_MASK_FULL, in brcms_default_rateset()
3637 if (wlc->band->bandtype == BRCM_BAND_5G) in brcms_c_rateset_get_hwrs()
3786 if (wlc_hw->band->bandtype == BRCM_BAND_2G && wlc_hw->up) { in brcms_b_set_shortslot()
4550 wlc_hw->band->bandtype = j ? BRCM_BAND_5G : BRCM_BAND_2G; in brcms_b_attach()
4552 wlc->band->bandtype = j ? BRCM_BAND_5G : BRCM_BAND_2G; in brcms_b_attach()
4569 wlc_hw->band->bandtype, in brcms_b_attach()
[all …]
Dmain.h250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
Drate.h235 int bandtype, bool cck_only, uint rate_mask,
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_hal.h168 struct bcma_device *d11core, int bandtype,
Dphy_cmn.c420 int bandtype, struct wiphy *wiphy) in wlc_phy_attach() argument
433 if (bandtype == BRCM_BAND_5G) { in wlc_phy_attach()
460 if (bandtype == BRCM_BAND_2G && (sflags & SISF_2G_PHY)) in wlc_phy_attach()
480 if (bandtype == BRCM_BAND_5G) { in wlc_phy_attach()
504 pi->radio_chanspec = (bandtype == BRCM_BAND_2G) ? in wlc_phy_attach()