957bc27daa198d68035bb57ab5cc42dfb94d5d08

Desk review of hdd_wlan_startup() revealed improper use of the adapter returned by hdd_open_interfaces() since in the failure case multiple calls will be made to hdd_debugfs_exit() for that returned adapter. Further review revealed the fact that having hdd_open_interfaces() return an adapter is illogical since hdd_open_interfaces() can legitimately open multiple interfaces, and hence the return value should simply indicate whether all required interfaces were opened or not. So update hdd_open_interfaces() to return errno instead of an adapter. Change-Id: I71117c32f053dad97a5c4bcaef33af27a903f511 CRs-Fixed: 2001662
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%