qcacmn: Add CDP api support for umac reset init
Add CDP api support for umac reset init API, these apis are expected to be called whenever shmem is deinitialized. Change-Id: I307c586454580ab8f83b0d515defa93d4e8ff656 CRs-Fixed: 3458268
这个提交包含在:

提交者
Madan Koyyalamudi

父节点
07390f2011
当前提交
74c7a8d542
@@ -3363,7 +3363,7 @@ dp_soc_attach_target_wifi3(struct cdp_soc_t *cdp_soc)
|
||||
return status;
|
||||
}
|
||||
|
||||
status = dp_soc_umac_reset_init(soc);
|
||||
status = dp_soc_umac_reset_init(cdp_soc);
|
||||
if (status != QDF_STATUS_SUCCESS &&
|
||||
status != QDF_STATUS_E_NOSUPPORT) {
|
||||
dp_err("Failed to initialize UMAC reset");
|
||||
@@ -10385,6 +10385,7 @@ static struct cdp_cmn_ops dp_ops_cmn = {
|
||||
.txrx_recovery_vdev_flush_peers = dp_recovery_vdev_flush_peers,
|
||||
#endif
|
||||
.txrx_umac_reset_deinit = dp_soc_umac_reset_deinit,
|
||||
.txrx_umac_reset_init = dp_soc_umac_reset_init,
|
||||
.txrx_get_tsf_time = dp_get_tsf_time,
|
||||
.txrx_get_tsf2_offset = dp_get_tsf2_scratch_reg,
|
||||
.txrx_get_tqm_offset = dp_get_tqm_scratch_reg,
|
||||
|
在新工单中引用
屏蔽一个用户