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

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c424 li_mimo = (band->bandtype == BRCM_BAND_5G) ?
430 if (band->bandtype == BRCM_BAND_2G)
438 if (band->bandtype == BRCM_BAND_2G) {
464 if (band->bandtype == BRCM_BAND_2G)
735 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G)
754 wlc_phy_chanspec_band_validch(band->pi, band->bandtype,
H A Drate.c437 /* select rateset for a given phy_type and bandtype and filter it, sort it
443 uint phy_type, int bandtype, bool cck_only,
452 if (bandtype == BRCM_BAND_5G)
460 rs_dflt = (bandtype == BRCM_BAND_5G) ?
441 brcms_c_rateset_default(struct brcms_c_rateset *rs_tgt, const struct brcms_c_rateset *rs_hw, uint phy_type, int bandtype, bool cck_only, uint rate_mask, bool mcsallow, u8 bw, u8 txstreams) argument
H A Drate.h235 int bandtype, bool cck_only, uint rate_mask,
H A Dmain.h250 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member in struct:brcms_band
296 int bandtype; /* BRCM_BAND_2G, BRCM_BAND_5G */ member in struct:brcms_hw_band
H A Dmain.c376 return band->bandtype == BRCM_BAND_5G ? APHY_SIFS_TIME :
649 if (wlc->band->bandtype == BRCM_BAND_2G)
661 if (wlc->band->bandtype == BRCM_BAND_2G)
1725 wlc_hw->band->bandtype == BRCM_BAND_5G ?
3419 wlc->band->bandtype, false, BRCMS_RATE_MASK_FULL,
3662 if (wlc->band->bandtype == BRCM_BAND_5G)
3814 if (wlc_hw->band->bandtype == BRCM_BAND_2G && wlc_hw->up) {
4580 wlc_hw->band->bandtype = j ? BRCM_BAND_5G : BRCM_BAND_2G;
4582 wlc->band->bandtype = j ? BRCM_BAND_5G : BRCM_BAND_2G;
4599 wlc_hw->band->bandtype,
4714 int bandtype; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_hal.h184 struct bcma_device *d11core, int bandtype,
H A Dphy_cmn.c430 int bandtype, struct wiphy *wiphy)
443 if (bandtype == BRCM_BAND_5G) {
470 if (bandtype == BRCM_BAND_2G && (sflags & SISF_2G_PHY))
490 if (bandtype == BRCM_BAND_5G) {
514 pi->radio_chanspec = (bandtype == BRCM_BAND_2G) ?
429 wlc_phy_attach(struct shared_phy *sh, struct bcma_device *d11core, int bandtype, struct wiphy *wiphy) argument

Completed in 112 milliseconds