Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcore.c2846 struct ieee80211_supported_band *sband_6ghz = NULL; in rtw89_core_set_supported_band() local
2870 sband_6ghz = kmemdup(&rtw89_sband_6ghz, size, GFP_KERNEL); in rtw89_core_set_supported_band()
2871 if (!sband_6ghz) in rtw89_core_set_supported_band()
2873 rtw89_init_he_cap(rtwdev, NL80211_BAND_6GHZ, sband_6ghz); in rtw89_core_set_supported_band()
2874 hw->wiphy->bands[NL80211_BAND_6GHZ] = sband_6ghz; in rtw89_core_set_supported_band()
2887 if (sband_6ghz) in rtw89_core_set_supported_band()
2888 kfree(sband_6ghz->iftype_data); in rtw89_core_set_supported_band()
2891 kfree(sband_6ghz); in rtw89_core_set_supported_band()