Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c4074 struct ieee80211_supported_band *sband_2ghz = NULL, *sband_5ghz = NULL; in rtw89_core_set_supported_band() local
4089 sband_5ghz = kmemdup(&rtw89_sband_5ghz, size, GFP_KERNEL); in rtw89_core_set_supported_band()
4090 if (!sband_5ghz) in rtw89_core_set_supported_band()
4092 rtw89_init_ht_cap(rtwdev, &sband_5ghz->ht_cap); in rtw89_core_set_supported_band()
4093 rtw89_init_vht_cap(rtwdev, &sband_5ghz->vht_cap); in rtw89_core_set_supported_band()
4094 rtw89_init_he_eht_cap(rtwdev, NL80211_BAND_5GHZ, sband_5ghz); in rtw89_core_set_supported_band()
4095 hw->wiphy->bands[NL80211_BAND_5GHZ] = sband_5ghz; in rtw89_core_set_supported_band()
4114 if (sband_5ghz) in rtw89_core_set_supported_band()
4115 kfree((__force void *)sband_5ghz->iftype_data); in rtw89_core_set_supported_band()
4119 kfree(sband_5ghz); in rtw89_core_set_supported_band()