qcacmn: Modify WMI cmd to point to IPA CLD component
IPA module has been moved to CLD component under the converged driver model. Point the wmi API's and structures to the newly defined files. Change-Id: I96205f7cc18dbea1c05a5f6314490ea6b3dd75fd CRs-Fixed: 2180176
This commit is contained in:

committed by
nshrivas

parent
09744011e5
commit
dcb5f80ac3
@@ -2262,18 +2262,6 @@ enum wmi_extscan_report_events_type {
|
||||
WMI_EXTSCAN_REPORT_EVENTS_NO_BATCH = 0x04,
|
||||
};
|
||||
|
||||
/**
|
||||
* struct ipa_offload_control_params - ipa offload parameters
|
||||
* @offload_type: ipa offload type
|
||||
* @vdev_id: vdev id
|
||||
* @enable: ipa offload enable/disable
|
||||
*/
|
||||
struct ipa_offload_control_params {
|
||||
uint32_t offload_type;
|
||||
uint32_t vdev_id;
|
||||
uint32_t enable;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct extscan_capabilities_params - ext scan capablities
|
||||
* @request_id: request_id
|
||||
|
Reference in New Issue
Block a user