Lines Matching refs:bw_cap
5312 u32 bw_cap[]) in brcmf_construct_chaninfo() argument
5392 if (!(bw_cap[band->band] & WLC_BW_40MHZ_BIT) && in brcmf_construct_chaninfo()
5395 if (!(bw_cap[band->band] & WLC_BW_80MHZ_BIT) && in brcmf_construct_chaninfo()
5475 band_bwcap.bw_cap = cpu_to_le32(WLC_BW_CAP_40MHZ); in brcmf_enable_bw40_2g()
5532 static void brcmf_get_bwcap(struct brcmf_if *ifp, u32 bw_cap[]) in brcmf_get_bwcap() argument
5540 bw_cap[IEEE80211_BAND_2GHZ] = band; in brcmf_get_bwcap()
5544 bw_cap[IEEE80211_BAND_5GHZ] = band; in brcmf_get_bwcap()
5559 bw_cap[IEEE80211_BAND_2GHZ] |= WLC_BW_40MHZ_BIT; in brcmf_get_bwcap()
5562 bw_cap[IEEE80211_BAND_5GHZ] |= WLC_BW_40MHZ_BIT; in brcmf_get_bwcap()
5565 bw_cap[IEEE80211_BAND_2GHZ] |= WLC_BW_20MHZ_BIT; in brcmf_get_bwcap()
5566 bw_cap[IEEE80211_BAND_5GHZ] |= WLC_BW_20MHZ_BIT; in brcmf_get_bwcap()
5574 u32 bw_cap[2], u32 nchain) in brcmf_update_ht_cap()
5577 if (bw_cap[band->band] & WLC_BW_40MHZ_BIT) { in brcmf_update_ht_cap()
5601 u32 bw_cap[2], u32 nchain) in brcmf_update_vht_cap()
5612 if (bw_cap[band->band] & WLC_BW_160MHZ_BIT) { in brcmf_update_vht_cap()
5628 u32 bw_cap[2] = { WLC_BW_20MHZ_BIT, WLC_BW_20MHZ_BIT }; in brcmf_setup_wiphybands() local
5640 brcmf_get_bwcap(ifp, bw_cap); in brcmf_setup_wiphybands()
5643 nmode, vhtmode, bw_cap[IEEE80211_BAND_2GHZ], in brcmf_setup_wiphybands()
5644 bw_cap[IEEE80211_BAND_5GHZ]); in brcmf_setup_wiphybands()
5656 err = brcmf_construct_chaninfo(cfg, bw_cap); in brcmf_setup_wiphybands()
5669 brcmf_update_ht_cap(band, bw_cap, nchain); in brcmf_setup_wiphybands()
5671 brcmf_update_vht_cap(band, bw_cap, nchain); in brcmf_setup_wiphybands()