Loading
qcacld-3.0: In Monitor mode use proper event for restart failure
In monitor mode in case of restart failure, event WLAN_VDEV_SM_EV_START_REQ_FAIL is used to move the vdev SM to init state. But this event will not be handled in WLAN_VDEV_SS_START_RESTART_PROGRESS and thus the vdev stop/down won't be sent for the vdev. Use event WLAN_VDEV_SM_EV_RESTART_REQ_FAIL for restart failure to send vdev stop/down. Change-Id: I2db459136955b8dc2213c0251284a08a8f57aa57 CRs-Fixed: 2964875