qcacmn: Write Rx desc SPT on partner SOC
Changes to write Rx descriptor secondary page tables on partner SOCs. Change-Id: If89eff3425078aebb975463a01d0a45c9f5a21db
This commit is contained in:

committed by
Madan Koyyalamudi

부모
f49b3a1753
커밋
ed4b7bf28b
@@ -93,4 +93,18 @@ cdp_update_mlo_ptnr_list(ol_txrx_soc_handle soc, int8_t vdev_ids[],
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline void cdp_mlo_setup_complete(ol_txrx_soc_handle soc,
|
||||
struct cdp_mlo_ctxt *mlo_ctx)
|
||||
{
|
||||
if (!soc || !soc->ops) {
|
||||
QDF_BUG(0);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!soc->ops->mlo_ops ||
|
||||
!soc->ops->mlo_ops->mlo_setup_complete)
|
||||
return;
|
||||
|
||||
soc->ops->mlo_ops->mlo_setup_complete(mlo_ctx);
|
||||
}
|
||||
#endif /*_CDP_TXRX_MLO_H_*/
|
||||
|
Reference in New Issue
Block a user