Searched refs:bandtype (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
A D | channel.c | 424 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()
|
A D | rate.c | 443 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()
|
A D | main.c | 650 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time() 662 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_calc_frame_time() 4578 wlc_hw->band->bandtype, in brcms_b_attach() 4693 int bandtype; in brcms_c_attach_stf_ant_init() local 4697 bandtype = wlc->band->bandtype; in brcms_c_attach_stf_ant_init() 4700 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init() 4722 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init() 4769 if (band->bandtype == BRCM_BAND_5G) { in brcms_c_update_mimo_band_bwcap() 5230 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_set_gmode() 5523 if (wlc->band->bandtype == BRCM_BAND_5G) in brcms_c_set_shortslot_override() [all …]
|
A D | main.h | 250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member 296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
|
A D | rate.h | 235 int bandtype, bool cck_only, uint rate_mask,
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
A D | phy_hal.h | 173 struct bcma_device *d11core, int bandtype,
|
A D | phy_cmn.c | 419 int bandtype, struct wiphy *wiphy) in wlc_phy_attach() argument 432 if (bandtype == BRCM_BAND_5G) { in wlc_phy_attach() 459 if (bandtype == BRCM_BAND_2G && (sflags & SISF_2G_PHY)) in wlc_phy_attach() 479 if (bandtype == BRCM_BAND_5G) { in wlc_phy_attach() 503 pi->radio_chanspec = (bandtype == BRCM_BAND_2G) ? in wlc_phy_attach()
|
Completed in 27 milliseconds