Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A 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()
H A 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()
H A Dmain.c650 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()
4576 wlc_hw->band->bandtype, in brcms_b_attach()
4691 int bandtype; in brcms_c_attach_stf_ant_init() local
4695 bandtype = wlc->band->bandtype; in brcms_c_attach_stf_ant_init()
4698 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4720 if (bandtype == BRCM_BAND_5G) in brcms_c_attach_stf_ant_init()
4767 if (band->bandtype == BRCM_BAND_5G) { in brcms_c_update_mimo_band_bwcap()
5228 if (wlc->band->bandtype == BRCM_BAND_2G) in brcms_c_set_gmode()
5521 if (wlc->band->bandtype == BRCM_BAND_5G) in brcms_c_set_shortslot_override()
[all …]
H A Dmain.h250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member
H A Drate.h235 int bandtype, bool cck_only, uint rate_mask,
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h168 struct bcma_device *d11core, int bandtype,
H A 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()