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
此提交包含在:
@@ -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
|
||||
|
||||
|
新增問題並參考
封鎖使用者