Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dcore.c2845 struct ieee80211_supported_band *sband_2ghz = NULL, *sband_5ghz = NULL; in rtw89_core_set_supported_band() local
2851 sband_2ghz = kmemdup(&rtw89_sband_2ghz, size, GFP_KERNEL); in rtw89_core_set_supported_band()
2852 if (!sband_2ghz) in rtw89_core_set_supported_band()
2854 rtw89_init_ht_cap(rtwdev, &sband_2ghz->ht_cap); in rtw89_core_set_supported_band()
2855 rtw89_init_he_cap(rtwdev, NL80211_BAND_2GHZ, sband_2ghz); in rtw89_core_set_supported_band()
2856 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband_2ghz; in rtw89_core_set_supported_band()
2883 if (sband_2ghz) in rtw89_core_set_supported_band()
2884 kfree(sband_2ghz->iftype_data); in rtw89_core_set_supported_band()
2889 kfree(sband_2ghz); in rtw89_core_set_supported_band()