浏览代码

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
Pavankumar Nandeshwar 2 年之前
父节点
当前提交
d1ff8e1e65
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qdf/linux/src/qdf_mem.c

+ 1 - 1
qdf/linux/src/qdf_mem.c

@@ -2325,7 +2325,7 @@ void *qdf_aligned_malloc_fl(uint32_t *size,
 
 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
  * @ctxt: Context to be passed to the cb