Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw89/
HDcore.c4416 struct ieee80211_supported_band *sband_2ghz = NULL, *sband_5ghz = NULL; in rtw89_core_set_supported_band() local
4437 sband_5ghz = kmemdup(&rtw89_sband_5ghz, size, GFP_KERNEL); in rtw89_core_set_supported_band()
4438 if (!sband_5ghz) in rtw89_core_set_supported_band()
4443 rtw89_init_ht_cap(rtwdev, &sband_5ghz->ht_cap); in rtw89_core_set_supported_band()
4447 rtw89_init_vht_cap(rtwdev, &sband_5ghz->vht_cap); in rtw89_core_set_supported_band()
4451 rtw89_init_he_eht_cap(rtwdev, NL80211_BAND_5GHZ, sband_5ghz); in rtw89_core_set_supported_band()
4452 hw->wiphy->bands[NL80211_BAND_5GHZ] = sband_5ghz; in rtw89_core_set_supported_band()
4471 if (sband_5ghz) in rtw89_core_set_supported_band()
4472 kfree((__force void *)sband_5ghz->iftype_data); in rtw89_core_set_supported_band()
4476 kfree(sband_5ghz); in rtw89_core_set_supported_band()