Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c55 static bool rtw_vht_support = false; variable
56 module_param_named(support_vht, rtw_vht_support, bool, 0644);
1808 if (rtw_vht_support && chip->vht_supported) in rtw_set_supported_band()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c38 static bool rtw_vht_support = false; variable
39 module_param_named(support_vht, rtw_vht_support, bool, 0644);
5637 if (rtw_vht_support) in rtw89_core_set_supported_band()