|
@@ -2867,13 +2867,13 @@ int wma_vdev_delete_handler(void *handle, uint8_t *cmd_param_info,
|
|
|
event->vdev_id);
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
+ qdf_mc_timer_stop(&req_msg->event_timeout);
|
|
|
+ qdf_mc_timer_destroy(&req_msg->event_timeout);
|
|
|
|
|
|
wma_release_wakelock(&wma->wmi_cmd_rsp_wake_lock);
|
|
|
|
|
|
/* Send response to upper layers */
|
|
|
wma_vdev_detach_callback(req_msg->user_data);
|
|
|
- qdf_mc_timer_stop(&req_msg->event_timeout);
|
|
|
- qdf_mc_timer_destroy(&req_msg->event_timeout);
|
|
|
qdf_mem_free(req_msg);
|
|
|
|
|
|
return status;
|