8e9edc8f6b41021b6300e2617ecfa266477787f6

Currently __iw_softap_stopbss() uses a variable of type QDF_STATUS to hold a potentially negative errno value. Since errno values do not adhere to the QDF_STATUS enumerations, use an int variable for the value. In addition appropriately convert QDF_STATUS to errno values when returning status to userspace. Change-Id: I105c6db4287384802b2f86d35fa5251954ea051d CRs-Fixed: 2004188
This is CNSS WLAN Host Driver for products starting from iHelium
Popis
Jazyky
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%