Searched refs:sband_6ghz (Results 1 – 1 of 1) sorted by relevance
4075 struct ieee80211_supported_band *sband_6ghz = NULL; in rtw89_core_set_supported_band() local4099 sband_6ghz = kmemdup(&rtw89_sband_6ghz, size, GFP_KERNEL); in rtw89_core_set_supported_band()4100 if (!sband_6ghz) in rtw89_core_set_supported_band()4102 rtw89_init_he_eht_cap(rtwdev, NL80211_BAND_6GHZ, sband_6ghz); in rtw89_core_set_supported_band()4103 hw->wiphy->bands[NL80211_BAND_6GHZ] = sband_6ghz; in rtw89_core_set_supported_band()4116 if (sband_6ghz) in rtw89_core_set_supported_band()4117 kfree((__force void *)sband_6ghz->iftype_data); in rtw89_core_set_supported_band()4120 kfree(sband_6ghz); in rtw89_core_set_supported_band()