c7f8094ceb3261343d8f2050ad4580035e81d07f

There are multiple issues with how hdd_conn_set_connection_state() is exported: 1) The prototype is defined in wlan_hdd_cfg80211.h even though the implementation is in wlan_hdd_assoc.c. 2) The prototype uses the "extern" keyword which violates the Linux Kernel coding style. 3) The implementation is documented instead of the interface. To address these issues move the prototype (without "extern") as well as the documentation to wlan_hdd_assoc.h. Change-Id: Ie2b80e953cc500c10ae14d94c375cc1487241b6c CRs-Fixed: 2357078
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%