qcacmn: Enable tx descpool clean up logic for ppe ds

Enable tx descpool clean up involving buffers cleanup
for ppe ds feature.

Change-Id: Iedefd312b58266e7a21978931838264518bc3d1e
CRs-Fixed: 3313738
This commit is contained in:
Pavankumar Nandeshwar
2022-10-14 23:55:30 -07:00
committed by Madan Koyyalamudi
parent c6fd7ded28
commit d1ff8e1e65

View File

@@ -2325,7 +2325,7 @@ void *qdf_aligned_malloc_fl(uint32_t *size,
qdf_export_symbol(qdf_aligned_malloc_fl); qdf_export_symbol(qdf_aligned_malloc_fl);
#ifdef DP_UMAC_HW_RESET_SUPPORT #if defined(DP_UMAC_HW_RESET_SUPPORT) || defined(WLAN_SUPPORT_PPEDS)
/** /**
* qdf_tx_desc_pool_free_bufs() - Go through elems and call the registered cb * qdf_tx_desc_pool_free_bufs() - Go through elems and call the registered cb
* @ctxt: Context to be passed to the cb * @ctxt: Context to be passed to the cb