1
0

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
Este cometimento está contido em:
Surya Prakash Raajen
2023-04-06 18:11:25 +05:30
cometido por Madan Koyyalamudi
ascendente 07390f2011
cometimento 74c7a8d542
5 ficheiros modificados com 27 adições e 5 eliminações

Ver ficheiro

@@ -82,8 +82,9 @@ dp_umac_reset_send_setup_cmd(struct dp_soc *soc)
return dp_htt_umac_reset_send_setup_cmd(soc, &params);
}
QDF_STATUS dp_soc_umac_reset_init(struct dp_soc *soc)
QDF_STATUS dp_soc_umac_reset_init(struct cdp_soc_t *txrx_soc)
{
struct dp_soc *soc = (struct dp_soc *)txrx_soc;
struct dp_soc_umac_reset_ctx *umac_reset_ctx;
size_t alloc_size;
QDF_STATUS status;