android_kernel_xiaomi_sm8350/core/wma
Yeshwanth Sriram Guntuka 0e6f44655a qcacld-3.0: Decrement vdev ref count in wma_state_info_dump
Vdev ref count is incremented in wma_state_info_dump
and not decremented before return. This results in
vdev not deleted physically as part of wlan0 hdd_stop.
On hdd_open, a new vdev is created for wlan0 with same
mac addr as the previous wlan0 vdev. In scan, API to
get vdev by mac addr will return NULL since the first
wlan0 vdev is not physically deleted and not removed from
vdev list.

Fix is to decrement vdev ref count in wma_state_info_dump.

Change-Id: I67c90a721643f5bb7c6e212846f6d398055a6672
CRs-Fixed: 2233997
2018-05-14 10:26:15 -07:00
..
inc qcacld-3.0: Consistently use policy_mgr_dual_mac_config 2018-05-12 04:31:13 -07:00
src qcacld-3.0: Decrement vdev ref count in wma_state_info_dump 2018-05-14 10:26:15 -07:00