qcacmn: Remove FW memory dump feature
qcacld-2.0 to qcacmn propagation FW memory dump feature is no longer used. Hence remove FW memory dump feature code changes. Change-Id: Ida655f83630c369df746e7c0c9d61a8fee2932a2 CRs-Fixed: 2140262
This commit is contained in:

committed by
snandini

parent
9983ac5b2d
commit
c6ada4440c
@@ -2794,29 +2794,6 @@ QDF_STATUS wmi_unified_update_tdls_peer_state_cmd(void *wmi_hdl,
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
/**
|
||||
* wmi_unified_process_fw_mem_dump_cmd() - Function to request fw memory dump from
|
||||
* firmware
|
||||
* @wmi_handle: Pointer to wmi handle
|
||||
* @mem_dump_req: Pointer for mem_dump_req
|
||||
*
|
||||
* This function sends memory dump request to firmware
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*
|
||||
*/
|
||||
QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
|
||||
struct fw_dump_req_param *mem_dump_req)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_process_fw_mem_dump_cmd)
|
||||
return wmi_handle->ops->send_process_fw_mem_dump_cmd(wmi_handle,
|
||||
mem_dump_req);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
/**
|
||||
* wmi_unified_process_set_ie_info_cmd() - Function to send IE info to firmware
|
||||
* @wmi_handle: Pointer to WMi handle
|
||||
|
Reference in New Issue
Block a user