qcacmn: Add support for UL_RU26 WMI service

Add support for UL_RU26 WMI service which will notify the host if
the target has allowed UL_RU26

Change-Id: I639c0872f541cf30776c9f76b87c4b950c1e17f4
CRs-Fixed: 2390350
此提交包含在:
Aditya Sathish
2019-02-08 17:21:34 +05:30
提交者 nshrivas
父節點 1b91304c4c
當前提交 73d452f3d2
共有 4 個檔案被更改,包括 7 行新增0 行删除

查看文件

@@ -5196,6 +5196,7 @@ typedef enum {
wmi_service_nan_disable_support,
wmi_service_hw_db2dbm_support,
wmi_service_wlm_stats_support,
wmi_service_ul_ru26_allowed,
wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF

查看文件

@@ -11691,6 +11691,7 @@ static void populate_tlv_service(uint32_t *wmi_service)
WMI_SERVICE_HW_DB2DBM_CONVERSION_SUPPORT;
wmi_service[wmi_service_wlm_stats_support] =
WMI_SERVICE_WLM_STATS_REQUEST;
wmi_service[wmi_service_ul_ru26_allowed] = WMI_SERVICE_UL_RU26_ALLOWED;
}
#ifndef CONFIG_MCL