Lines Matching refs:IEEE80211_BAND_2GHZ
141 .band = IEEE80211_BAND_2GHZ,
336 case IEEE80211_BAND_2GHZ: in chandef_to_chanspec()
2541 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_inform_single_bss()
2650 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in wl_inform_ibss()
4814 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_bss_roaming_done()
5359 wiphy->bands[IEEE80211_BAND_2GHZ] = band; in brcmf_construct_chaninfo()
5385 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_construct_chaninfo()
5447 kfree(wiphy->bands[IEEE80211_BAND_2GHZ]->channels); in brcmf_construct_chaninfo()
5448 kfree(wiphy->bands[IEEE80211_BAND_2GHZ]); in brcmf_construct_chaninfo()
5449 wiphy->bands[IEEE80211_BAND_2GHZ] = NULL; in brcmf_construct_chaninfo()
5508 band = cfg_to_wiphy(cfg)->bands[IEEE80211_BAND_2GHZ]; in brcmf_enable_bw40_2g()
5540 bw_cap[IEEE80211_BAND_2GHZ] = band; in brcmf_get_bwcap()
5559 bw_cap[IEEE80211_BAND_2GHZ] |= WLC_BW_40MHZ_BIT; in brcmf_get_bwcap()
5565 bw_cap[IEEE80211_BAND_2GHZ] |= WLC_BW_20MHZ_BIT; in brcmf_get_bwcap()
5606 if (band->band == IEEE80211_BAND_2GHZ) in brcmf_update_vht_cap()
5643 nmode, vhtmode, bw_cap[IEEE80211_BAND_2GHZ], in brcmf_setup_wiphybands()
6016 if (wiphy->bands[IEEE80211_BAND_2GHZ]) { in brcmf_free_wiphy()
6017 kfree(wiphy->bands[IEEE80211_BAND_2GHZ]->channels); in brcmf_free_wiphy()
6018 kfree(wiphy->bands[IEEE80211_BAND_2GHZ]); in brcmf_free_wiphy()
6097 if (wiphy->bands[IEEE80211_BAND_2GHZ]) { in brcmf_cfg80211_attach()
6098 cap = &wiphy->bands[IEEE80211_BAND_2GHZ]->ht_cap.cap; in brcmf_cfg80211_attach()