Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c486 if (!rtwdev->support_mlo) in rtw89_core_set_chip_txpwr()
581 if (!rtwdev->support_mlo) in rtw89_set_channel()
5982 if (rtwdev->support_mlo) in rtw89_acquire_mac_id()
6015 if (rtwdev->support_mlo) { in rtw89_init_vif()
6051 if (rtwdev->support_mlo) { in rtw89_init_sta()
6652 u8 n = rtwdev->support_mlo ? chip->support_link_num : 1; in rtw89_core_register_hw()
6729 if (rtwdev->support_mlo) { in rtw89_core_register_hw()
6836 bool support_mlo; in rtw89_alloc_ieee80211_hw() local
6872 support_mlo = !no_chanctx && chip->support_link_num && in rtw89_alloc_ieee80211_hw()
6891 rtwdev->support_mlo = support_mlo; in rtw89_alloc_ieee80211_hw()
[all …]
H A Dcore.h6154 bool support_mlo; member