Browse Source

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

add WMI_SERVICE_DISABLE_RTT_AP_INITIATOR_[STAGGERED,BURSTED]_MODE defs

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

+ 2 - 0
fw/wmi_services.h

@@ -538,6 +538,8 @@ typedef  enum  {
     WMI_SERVICE_HALPHY_CAL_STATUS = 293, /* Indicates FW supports sending online HALPHY Calibration status to host */
     WMI_SERVICE_HALPHY_CAL_ENABLE_DISABLE_SUPPORT = 294, /* Indicates Calibraton enable/disable support by FW */
     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_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_ 1014
+#define __WMI_REVISION_ 1015
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work