Searched refs:mlo_info (Results 1 – 3 of 3) sorted by relevance
4385 if (wl->mlo_info.wmode[i] == RTW89_MR_WMODE_NONE) { /* no-connect */ in _set_wl_ch_info()7193 struct rtw89_btc_wl_mlo_info *mlo_info = &wl->mlo_info; in _update_wl_link_mode() local7207 if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1AP) { in _update_wl_link_mode()7209 } else if (mlo_info->wmode[hw_band] == RTW89_MR_WMODE_1CLIENT && in _update_wl_link_mode()7218 if (mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ_5GHZ || in _update_wl_link_mode()7219 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ_6GHZ) { in _update_wl_link_mode()7221 } else if (mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_2GHZ || in _update_wl_link_mode()7222 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_5GHZ || in _update_wl_link_mode()7223 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_6GHZ || in _update_wl_link_mode()7224 mlo_info->ch_type[hw_band] == RTW89_MR_CTX2_5GHZ_6GHZ) { in _update_wl_link_mode()[all …]
2381 struct rtw89_btc_wl_mlo_info mlo_info; member
6623 struct rtw89_btc_wl_mlo_info *mlo = &rtwdev->btc.cx.wl.mlo_info; in rtw89_fw_h2c_cxdrv_mlo_v2()