0f5a52c0f6f39be82214f13672d9a8c865320551

Currently when the last tx descriptor in any descriptor pool is freed, it will also free that particular tx descriptor pool. But before freeing the tx descriptor pool, the pool is not marked as inactive. Due to this, the next time when the tx descriptor pool is tried to be allocated, since its not inactive, the same pool is reattached, but without any memory allocated. Deinitialize the tx desc pool before freeing it, to make sure that the tx descriptor pool status is marked as inactive when the decriptor pool memory is freed. Change-Id: I52d792d115d215561c72f203abef6d327d126c01 CRs-Fixed: 2680397
This is CNSS WLAN Host Driver for products starting from iHelium
Descripción
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%