Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c6777 if (rtwdev->support_mlo) in rtw89_acquire_mac_id()
6810 if (rtwdev->support_mlo) { in rtw89_init_vif()
6846 if (rtwdev->support_mlo) { in rtw89_init_sta()
7464 u8 n = rtwdev->support_mlo ? chip->support_link_num : 1; in rtw89_core_register_hw()
7539 if (rtwdev->support_mlo) { in rtw89_core_register_hw()
7651 bool support_mlo; in rtw89_alloc_ieee80211_hw() local
7688 support_mlo = !no_chanctx && chip->support_link_num && in rtw89_alloc_ieee80211_hw()
7708 rtwdev->support_mlo = support_mlo; in rtw89_alloc_ieee80211_hw()
7716 support_mlo ? "with" : "without"); in rtw89_alloc_ieee80211_hw()
H A Dcore.h7558 bool support_mlo; member