Lines Matching refs:bands

2626 		band = wiphy->bands[IEEE80211_BAND_2GHZ];  in brcmf_inform_single_bss()
2628 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in brcmf_inform_single_bss()
2735 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in wl_inform_ibss()
2737 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in wl_inform_ibss()
4901 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_bss_roaming_done()
4903 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in brcmf_bss_roaming_done()
5397 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_construct_chaninfo()
5401 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in brcmf_construct_chaninfo()
5412 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_construct_chaninfo()
5414 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in brcmf_construct_chaninfo()
5529 band = cfg_to_wiphy(cfg)->bands[IEEE80211_BAND_2GHZ]; in brcmf_enable_bw40_2g()
5684 for (i = 0; i < ARRAY_SIZE(wiphy->bands); i++) { in brcmf_setup_wiphybands()
5685 band = wiphy->bands[i]; in brcmf_setup_wiphybands()
5965 wiphy->bands[IEEE80211_BAND_2GHZ] = band; in brcmf_setup_wiphy()
5982 wiphy->bands[IEEE80211_BAND_5GHZ] = band; in brcmf_setup_wiphy()
6191 if (wiphy->bands[IEEE80211_BAND_2GHZ]) { in brcmf_free_wiphy()
6192 kfree(wiphy->bands[IEEE80211_BAND_2GHZ]->channels); in brcmf_free_wiphy()
6193 kfree(wiphy->bands[IEEE80211_BAND_2GHZ]); in brcmf_free_wiphy()
6195 if (wiphy->bands[IEEE80211_BAND_5GHZ]) { in brcmf_free_wiphy()
6196 kfree(wiphy->bands[IEEE80211_BAND_5GHZ]->channels); in brcmf_free_wiphy()
6197 kfree(wiphy->bands[IEEE80211_BAND_5GHZ]); in brcmf_free_wiphy()
6274 if (wiphy->bands[IEEE80211_BAND_2GHZ]) { in brcmf_cfg80211_attach()
6275 cap = &wiphy->bands[IEEE80211_BAND_2GHZ]->ht_cap.cap; in brcmf_cfg80211_attach()