From d97fc6f9fd7c97f38d5249bb5fc96a4c9cff19af Mon Sep 17 00:00:00 2001 From: Zhu Jianmin Date: Thu, 19 Apr 2018 17:55:30 +0800 Subject: [PATCH] qcacmn: Check chip capability when enable AP+AP Check capability of dbs, mcc and scc on single band when enable AP+AP, then same driver code can support different chip and firmware. Add wmi_service_dual_beacon_on_single_mac_(mcc/scc)_support Change-Id: I505747122504b2a89813e7bdfcd27dc07539f39e CRs-Fixed: 2214237 --- wmi_unified_param.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 5bd23e6d65..dd76ac48ec 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5951,6 +5951,8 @@ typedef enum { wmi_service_bss_color_offload, wmi_service_gmac_offload_support, wmi_service_host_dfs_check_support, + wmi_service_dual_beacon_on_single_mac_scc_support, + wmi_service_dual_beacon_on_single_mac_mcc_support, wmi_services_max, } wmi_conv_service_ids;