Lines Matching refs:bands

2541 		band = wiphy->bands[IEEE80211_BAND_2GHZ];  in brcmf_inform_single_bss()
2543 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in brcmf_inform_single_bss()
2650 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in wl_inform_ibss()
2652 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in wl_inform_ibss()
4814 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_bss_roaming_done()
4816 band = wiphy->bands[IEEE80211_BAND_5GHZ]; in brcmf_bss_roaming_done()
5359 wiphy->bands[IEEE80211_BAND_2GHZ] = band; in brcmf_construct_chaninfo()
5376 wiphy->bands[IEEE80211_BAND_5GHZ] = band; in brcmf_construct_chaninfo()
5385 band = wiphy->bands[IEEE80211_BAND_2GHZ]; in brcmf_construct_chaninfo()
5387 band = wiphy->bands[IEEE80211_BAND_5GHZ]; 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()
5663 for (i = 0; i < ARRAY_SIZE(wiphy->bands); i++) { in brcmf_setup_wiphybands()
5664 band = wiphy->bands[i]; 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()
6020 if (wiphy->bands[IEEE80211_BAND_5GHZ]) { in brcmf_free_wiphy()
6021 kfree(wiphy->bands[IEEE80211_BAND_5GHZ]->channels); in brcmf_free_wiphy()
6022 kfree(wiphy->bands[IEEE80211_BAND_5GHZ]); 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()