Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4074 struct ieee80211_supported_band *sband_2ghz = NULL, *sband_5ghz = NULL; in rtw89_core_set_supported_band() local
4080 sband_2ghz = kmemdup(&rtw89_sband_2ghz, size, GFP_KERNEL); in rtw89_core_set_supported_band()
4081 if (!sband_2ghz) in rtw89_core_set_supported_band()
4083 rtw89_init_ht_cap(rtwdev, &sband_2ghz->ht_cap); in rtw89_core_set_supported_band()
4084 rtw89_init_he_eht_cap(rtwdev, NL80211_BAND_2GHZ, sband_2ghz); in rtw89_core_set_supported_band()
4085 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband_2ghz; in rtw89_core_set_supported_band()
4112 if (sband_2ghz) in rtw89_core_set_supported_band()
4113 kfree((__force void *)sband_2ghz->iftype_data); in rtw89_core_set_supported_band()
4118 kfree(sband_2ghz); in rtw89_core_set_supported_band()