8e039b16e1244c84e68166b2368eaf172ec11f14

Fix passing NULL vdev object to object manager. Currently during unload process, we are purging all the cmds in the cmd list. In this case pointer vdev_id is passed as NULL since we wanted to clean up cmds associated with all the vdevs. In wlan_serialization_purge_cmd_list() vdev remains NULL in this scenario which results in an ASSERT in wlan_objmgr_vdev_release_ref(). This change set will call wlan_objmgr_vdev_release_ref only if vdev is not NULL. Change-Id: I29a6114f4b5d9fcabe24b82f26defd8ab58cceec CRs-Fixed: 2029580
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%