Эх сурвалжийг харах

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

Change WMI_SERVICE NO_STA_PLUS_STA_SUPPORT to STA_PLUS_STA_SUPPORT
This change is backwards-incompatible, but the impact has been analyzed and found to be acceptable.

Change-Id: Ib10c139265c4a5ce587cf05bb85c498f80b434df
CRs-Fixed: 2262693
spuligil 6 жил өмнө
parent
commit
c2dc0424b5
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 1
fw/wmi_services.h

@@ -387,7 +387,7 @@ typedef  enum  {
     WMI_SERVICE_THREE_WAY_COEX_CONFIG_LEGACY   = 202, /* BTCOEX Three-way CoEx Config Legacy Feature support */
     WMI_SERVICE_THREE_WAY_COEX_CONFIG_OVERRIDE = 203, /* BTCOEX Three-way CoEx Config Override Feature support */
     WMI_SERVICE_TX_PWR_PER_PEER = 204, /* target supports per-peer tx pwr spec via WMI_PEER_USE_FIXED_PWR */
-    WMI_SERVICE_NO_STA_PLUS_STA_SUPPORT = 205, /* indicates target doesn't support STA + STA concurrency */
+    WMI_SERVICE_STA_PLUS_STA_SUPPORT = 205, /* indicates target supports STA + STA concurrency */
     WMI_SERVICE_WPA3_FT_FILS = 206,
 
 

+ 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_ 651
+#define __WMI_REVISION_ 652
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work