Loading
qcacld-3.0: Initiate WLAN_VDEV_SM_EV_START only in init state
Initiate WLAN_VDEV_SM_EV_START for connect only in INIT state as if its not in init state the VDEV SM is not cleaned up, which needs to be debugged. Sending WLAN_VDEV_SM_EV_START can cause pe session leak if the event is handled by VDEV SM and return success. This can eventually lead to all the pe session in used state. Change-Id: I8245a7985bb08b04008b4f833f9474947c1bf57b CRs-Fixed: 2982070