Browse Source

fw-api: CL 14516800 - update fw common interface files

add WMI_SERVICE_P2P_P2P_CONCURRENCY_SUPPORT def

Change-Id: Ic7b2cede38a07103b01658561502e1b5a2c46ca1
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
83e31c01ee
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -540,6 +540,7 @@ typedef  enum  {
     WMI_SERVICE_AFC_SUPPORT = 295, /* Indicates FW supports AFC_CMD,AFC_EVENT */
     WMI_SERVICE_RTT_AP_INITIATOR_STAGGERED_MODE_SUPPORTED = 296, /* FW supports RTT in AP Initiator for Staggered beacon mode */
     WMI_SERVICE_RTT_AP_INITIATOR_BURSTED_MODE_SUPPORTED = 297, /* FW supports RTT in AP Initiator for BURSTED beacon mode */
+    WMI_SERVICE_P2P_P2P_CONCURRENCY_SUPPORT = 298, /* Indicates FW supports P2P + P2P conncurency both in SCC, MCC, SBS and DBS */
 
 
     WMI_MAX_EXT2_SERVICE

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 1016
+#define __WMI_REVISION_ 1017
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work