|
@@ -3363,7 +3363,7 @@ dp_soc_attach_target_wifi3(struct cdp_soc_t *cdp_soc)
|
|
return status;
|
|
return status;
|
|
}
|
|
}
|
|
|
|
|
|
- status = dp_soc_umac_reset_init(soc);
|
|
|
|
|
|
+ status = dp_soc_umac_reset_init(cdp_soc);
|
|
if (status != QDF_STATUS_SUCCESS &&
|
|
if (status != QDF_STATUS_SUCCESS &&
|
|
status != QDF_STATUS_E_NOSUPPORT) {
|
|
status != QDF_STATUS_E_NOSUPPORT) {
|
|
dp_err("Failed to initialize UMAC reset");
|
|
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,
|
|
.txrx_recovery_vdev_flush_peers = dp_recovery_vdev_flush_peers,
|
|
#endif
|
|
#endif
|
|
.txrx_umac_reset_deinit = dp_soc_umac_reset_deinit,
|
|
.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_tsf_time = dp_get_tsf_time,
|
|
.txrx_get_tsf2_offset = dp_get_tsf2_scratch_reg,
|
|
.txrx_get_tsf2_offset = dp_get_tsf2_scratch_reg,
|
|
.txrx_get_tqm_offset = dp_get_tqm_scratch_reg,
|
|
.txrx_get_tqm_offset = dp_get_tqm_scratch_reg,
|