Browse Source

qcacld-3.0: Use the appropriate msg id macro for WFDS mem ind

Use the appropriate message id macro for WFDS QMI memory
indication.

Change-Id: Ia1b96ce412e8a8c41e1f6bd8145cffe53f1455c8
CRs-Fixed: 3385097
Yeshwanth Sriram Guntuka 2 years ago
parent
commit
c017966ec1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      os_if/qmi/src/os_if_qmi_wfds.c

+ 1 - 1
os_if/qmi/src/os_if_qmi_wfds.c

@@ -513,7 +513,7 @@ os_if_qmi_wfds_del_server(struct qmi_handle *qmi_hdl,
 static struct qmi_msg_handler qmi_wfds_msg_handler[] = {
 	{
 		.type = QMI_INDICATION,
-		.msg_id = QMI_WFDS_MEM_REQ_V01,
+		.msg_id = QMI_WFDS_MEM_IND_V01,
 		.ei = wfds_mem_ind_msg_v01_ei,
 		.decoded_size = sizeof(struct wfds_mem_ind_msg_v01),
 		.fn = os_if_qmi_wfds_request_mem_ind_cb