Merge "qcacld-3.0: Destroy tx_frm_download_comp_event in wma_close" into wlan-cld3.driver.lnx.1.1-dev

This commit is contained in:
Service qcabuildsw
2016-10-28 10:23:39 -07:00
committed by Gerrit - the friendly Code Review server
commit 331562d37d
2 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa

Näytä tiedosto

@@ -1556,11 +1556,6 @@ QDF_STATUS wma_tx_detach(tp_wma_handle wma_handle)
NULL, txrx_pdev);
}
}
/* Destroy Tx Frame Complete event */
qdf_event_destroy(&wma_handle->tx_frm_download_comp_event);
/* Tx queue empty check event (dummy event) */
qdf_event_destroy(&wma_handle->tx_queue_empty_event);
/* Reset Tx Frm Callbacks */
wma_handle->tx_frm_download_comp_cb = NULL;

Näytä tiedosto

@@ -3475,6 +3475,8 @@ QDF_STATUS wma_close(void *cds_ctx)
qdf_event_destroy(&wma_handle->wma_resume_event);
qdf_event_destroy(&wma_handle->runtime_suspend);
qdf_event_destroy(&wma_handle->recovery_event);
qdf_event_destroy(&wma_handle->tx_frm_download_comp_event);
qdf_event_destroy(&wma_handle->tx_queue_empty_event);
wma_cleanup_vdev_resp(wma_handle);
wma_cleanup_hold_req(wma_handle);
qdf_wake_lock_destroy(&wma_handle->wmi_cmd_rsp_wake_lock);