qcacmn: Converge on wmi service/ext service is enable

Converge on wmi service/ext service is enable

Change-Id: Ib246befa72cce927bee157394cd22c7d1562d341
CRs-Fixed: 2152751
This commit is contained in:
Sourav Mohapatra
2017-12-03 11:44:44 +05:30
committed by snandini
parent 140a053ade
commit 0e1c2a8c87
2 changed files with 7 additions and 2 deletions

View File

@@ -1595,8 +1595,8 @@ struct wmi_unified {
#ifndef CONFIG_MCL
uint32_t *pdev_param;
uint32_t *vdev_param;
uint32_t *services;
#endif
uint32_t *services;
struct wmi_soc *soc;
};
@@ -1623,8 +1623,9 @@ struct wmi_soc {
#ifndef CONFIG_MCL
uint32_t pdev_param[wmi_pdev_param_max];
uint32_t vdev_param[wmi_vdev_param_max];
uint32_t services[wmi_services_max];
#endif
uint32_t services[wmi_services_max];
};
#ifdef WMI_NON_TLV_SUPPORT