40894141cb774ceeb699621caeeda7b0424ae742

There are currently multiple issues with sme_send_flush_logs_cmd_to_fw() - Although this is an SME API the prototype is exposed in a CDS header file - The API is defined to take a mac context parameter which is unused - Although the function returns QDF_STATUS, the only caller treats the return value as an int errno To address these issues - Relocate the prototype to SME - Remove the unused parameter - Properly treat the return value as QDF_STATUS Change-Id: Ia511565ee0b77148ee7cb1bf221e99a5b26ed446 CRs-Fixed: 2353530
This is CNSS WLAN Host Driver for products starting from iHelium
Descrição
Linguagens
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%