qcacmn: Clean up legacy F/W event handler

target_if F/W event handler is moved from wma to cmn part per
MCL/WIN converge requirement, clean up legacy call back.

Change-Id: Ifacc6bb46e6bde1a73d9953e3403551dd2e92939
CRs-Fixed: 2555080
This commit is contained in:
Jianmin Zhu
2019-10-29 18:23:52 +08:00
committed by Gerrit - the friendly Code Review server
parent 377595c534
commit ed37c7cbca
3 changed files with 0 additions and 18 deletions

View File

@@ -2753,9 +2753,6 @@ void *wmi_unified_attach(void *scn_handle,
goto error;
}
wmi_interface_logging_init(wmi_handle, WMI_HOST_PDEV_ID_0);
/* Attach mc_thread context processing function */
wmi_handle->rx_ops.wma_process_fw_event_handler_cbk =
param->rx_ops->wma_process_fw_event_handler_cbk;
wmi_handle->target_type = param->target_type;
soc->target_type = param->target_type;