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
This commit is contained in:

committed by
qcabuildsw

parent
41eca49c17
commit
38bf0d87b3
@@ -4204,6 +4204,8 @@ struct lci_set_params {
|
|||||||
reg_loc_dse:1,
|
reg_loc_dse:1,
|
||||||
dep_sta:1,
|
dep_sta:1,
|
||||||
version:2;
|
version:2;
|
||||||
|
uint8_t *colocated_bss;
|
||||||
|
int msg_len;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -4212,6 +4214,7 @@ struct lci_set_params {
|
|||||||
*/
|
*/
|
||||||
struct lcr_set_params {
|
struct lcr_set_params {
|
||||||
void *lcr_data;
|
void *lcr_data;
|
||||||
|
int msg_len;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user