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
Esse commit está contido em:
Yeshwanth Sriram Guntuka
2023-01-20 11:36:47 +05:30
commit de Madan Koyyalamudi
commit c017966ec1

Ver arquivo

@@ -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