Home
last modified time | relevance | path

Searched refs:sband_6ghz (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c3370 struct ieee80211_supported_band *sband_6ghz = NULL; in rtw89_core_set_supported_band() local
3394 sband_6ghz = kmemdup(&rtw89_sband_6ghz, size, GFP_KERNEL); in rtw89_core_set_supported_band()
3395 if (!sband_6ghz) in rtw89_core_set_supported_band()
3397 rtw89_init_he_cap(rtwdev, NL80211_BAND_6GHZ, sband_6ghz); in rtw89_core_set_supported_band()
3398 hw->wiphy->bands[NL80211_BAND_6GHZ] = sband_6ghz; in rtw89_core_set_supported_band()
3411 if (sband_6ghz) in rtw89_core_set_supported_band()
3412 kfree(sband_6ghz->iftype_data); in rtw89_core_set_supported_band()
3415 kfree(sband_6ghz); in rtw89_core_set_supported_band()