From 38bf0d87b35a429c0a720723858fdfbde4facd75 Mon Sep 17 00:00:00 2001 From: Sathish Kumar Date: Thu, 20 Oct 2016 14:07:21 +0530 Subject: [PATCH] qcacmn: Add LOWI messages to be sent to FW LOWI messages to register, set capability and send RTT measurement request are not sent assuming only LCI and LCR messages are sent out to the FW using ol_ath_lowi_data_req_to_fw. Add code to send messages other than LCI and LCR through the API in ol_if_lowi.c when msg subtype is not one of LCI or LCR. Change-Id: I2deedaa6e03e769bf802337b2ec93d9573eb1b5a CRs-Fixed: 1079169 --- wmi_unified_param.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index c0f4ab0d91..69b02599e3 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -4204,6 +4204,8 @@ struct lci_set_params { reg_loc_dse:1, dep_sta:1, version:2; + uint8_t *colocated_bss; + int msg_len; }; /** @@ -4212,6 +4214,7 @@ struct lci_set_params { */ struct lcr_set_params { void *lcr_data; + int msg_len; }; /**