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

@@ -6108,6 +6108,10 @@ typedef enum {
wmi_service_bcn_offload_start_stop_support, wmi_service_bcn_offload_start_stop_support,
wmi_service_offchan_data_tid_support, wmi_service_offchan_data_tid_support,
wmi_service_support_dma, wmi_service_support_dma,
wmi_service_8ss_tx_bfee,
wmi_service_fils_support,
wmi_service_mawc_support,
wmi_service_wow_wakeup_by_timer_pattern,
wmi_services_max, wmi_services_max,
} wmi_conv_service_ids; } wmi_conv_service_ids;

View File

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