43da5b8892bcbaae343fbe7d174b75056e222cb0

Tx data transfer in host mode with nbuf map_unmap debug frmwk enabled and enhanced stats disabled results in an assert. This is because on Tx completion path, nbuf unmap is done using API qdf_mem_unmap_nbytes_single which takes physical address of nbuf for unmap and does not remove nbuf from map_unmap tracking list and when nbuf is freed, it results in assert as the tracking list still contains that nbuf entry. In order to fix this, define a new API for nbuf unmap passing physical and virtual address of nbuf as arguments. Physical address is passed as an argument in order to avoid cache miss in per packet path which eventually helps in improving the KPI. Change-Id: I77ab6ac3ac98556b9caff8aa3ee82bc23cd26de7 CRs-Fixed: 3006671
This is CNSS WLAN Host Driver for products starting from iHelium
Kuvaus
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%