android_kernel_xiaomi_sm8350/core/dp/htt
Yun Park eea1c9ca84 qcacld-3.0: Fix an htt memory leak
qcacld-2.0 to qcacld-3.0 propagation

With ATH_11AC_TXCOMPACT defined, host to target message send-completion
won't be called and messages are stored in htt_htc_pkt_misclist after
sending to HTC layer which will be freed upon htt_detach. This list
doesn't have a size limit and outgrow with more messages.
Add a fix to limit the size of this list which gives enough time for
firmware to process these messages before releasing it.

Change-Id: I6feb2d5700abe81a21dd93303163202616c739f5
CRs-Fixed: 902909
2017-03-24 03:39:08 -07:00
..
htt_fw_stats.c qcacld-3.0: Fix -Wmissing-prototypes in HTT 2016-12-14 14:07:19 -08:00
htt_h2t.c qcacld-3.0: Replace HELIUMPLUS_PADDR64 with HELIUMPLUS 2017-03-05 21:26:23 -08:00
htt_internal.h qcacld-3.0: Fix an htt memory leak 2017-03-24 03:39:08 -07:00
htt_rx.c qcacld-3.0: Replace HELIUMPLUS_PADDR64 with HELIUMPLUS 2017-03-05 21:26:23 -08:00
htt_t2h.c qcacld-3.0: Handle void pointer declarations for pdev and vdev 2017-02-15 12:26:46 -08:00
htt_tx.c qcacld-3.0: Handle error condition when dma map fail 2017-03-20 07:47:44 -07:00
htt_types.h qcacld-3.0: Fix an htt memory leak 2017-03-24 03:39:08 -07:00
htt.c qcacld-3.0: Fix an htt memory leak 2017-03-24 03:39:08 -07:00
rx_desc.h qcacld-3.0: Replace HELIUMPLUS_PADDR64 with HELIUMPLUS 2017-03-05 21:26:23 -08:00