Browse Source

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

Change-Id: I368317984c46e16279421f62d00625a437b23fac
WMI: add REO_QREF_FEATURE_SUPPORT config flag
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
4c3809e5d0
2 changed files with 15 additions and 2 deletions
  1. 14 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 14 - 1
fw/wmi_unified.h

@@ -4227,7 +4227,15 @@ typedef struct {
      *      when this bit is set to 1 outdoor mode is enabled
      *      WMI_RSRC_CFG_HOST_SERVICE_FLAG_AFC_OUTDOOR_SUPPORT_CHECK_GET
      *      and SET macros.
-     *  Bits 31:12 - Reserved
+     *  Bit 12
+     *      This bit will be set when host host wants to enable/disable
+     *      REO QREF feature
+     *      when set to 1 - Enable the REO QREF feature
+     *      when set to 0 - Disable the REO QREF feature
+     *      Refer to the below definitions of the
+     *      WMI_RSRC_CFG_HOST_SERVICE_FLAG_REO_QREF_FEATURE_SUPPORT_GET
+     *      and _SET macros.
+     *  Bits 31:13 - Reserved
      */
     A_UINT32 host_service_flags;
 
@@ -4616,6 +4624,11 @@ typedef struct {
 #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_AFC_OUTDOOR_SUPPORT_CHECK_SET(host_service_flags, val) \
     WMI_SET_BITS(host_service_flags, 11, 1, val)
 
+#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REO_QREF_FEATURE_SUPPORT_GET(host_service_flags) \
+    WMI_GET_BITS(host_service_flags, 12, 1)
+#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REO_QREF_FEATURE_SUPPORT_SET(host_service_flags, val) \
+    WMI_SET_BITS(host_service_flags, 12, 1, val)
+
 #define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_GET(carrier_config) \
     WMI_GET_BITS(carrier_config, 0, 1)
 #define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_SET(carrier_config, val) \

+ 1 - 1
fw/wmi_version.h

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