Browse Source

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
Zhu Jianmin 7 years ago
parent
commit
d97fc6f9fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      wmi_unified_param.h

+ 2 - 0
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;