qcacmn: Initialize dp peer map memory after WMI service ready
Initialize the peer map and peer hash memory based on the config received from target in service ready event Change-Id: I8e1b62cd9586f5b2be7acb863a106d2486be1b35 CRs-Fixed: 2223428
This commit is contained in:

committed by
nshrivas

父節點
d803959826
當前提交
2f5727960b
@@ -1558,4 +1558,12 @@ void cdp_if_mgmt_drain(ol_txrx_soc_handle soc,
|
||||
if (soc->ops->cmn_drv_ops->txrx_if_mgmt_drain)
|
||||
soc->ops->cmn_drv_ops->txrx_if_mgmt_drain(ni, force);
|
||||
}
|
||||
|
||||
static inline void
|
||||
cdp_peer_map_attach(ol_txrx_soc_handle soc, uint32_t max_peers)
|
||||
{
|
||||
if (soc && soc->ops && soc->ops->cmn_drv_ops &&
|
||||
soc->ops->cmn_drv_ops->txrx_peer_map_attach)
|
||||
soc->ops->cmn_drv_ops->txrx_peer_map_attach(soc, max_peers);
|
||||
}
|
||||
#endif /* _CDP_TXRX_CMN_H_ */
|
||||
|
Reference in New Issue
Block a user