d9b88605c565554ab0f7221953449eabf6980c0c

If user tries to enable pktlog multiple times, pktlog enable fails as the pktlog is already enabled. while returning failure, current pktlog state is not updated to PKTLOG_OPR_NOT_IN_PROGRESS in pktlog_enable api. Now if user tries to get pktlog using cat command driver returns resource busy from pktlog_enable as the current pktlog state is not set to PKTLOG_OPR_NOT_IN_PROGRESS. To address this issue, set the current pktlog state to PKTLOG_OPR_NOT_IN_PROGRESS in case of failure. Change-Id: I08e67c13e7a781340a97ad4c37308f3e61972c99 CRs-Fixed: 2278363
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%