Bladeren bron

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

Change-Id: I11db1c3ec8b16bff5080e22ee9878f17ae5360d2
WMI: SERVICE_REG_CC_EXT_EVENT,RSRC_CFG_HOST_SERVICE_FLAG_REG_CC_EX defs
CRs-Fixed: 2262693
spuligil 4 jaren geleden
bovenliggende
commit
bdd2ca6d5b
3 gewijzigde bestanden met toevoegingen van 15 en 2 verwijderingen
  1. 1 0
      fw/wmi_services.h
  2. 13 1
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -523,6 +523,7 @@ typedef  enum  {
     WMI_SERVICE_SAP_CONNECTED_D3WOW = 278,  /* Indicates FW support for D3WoW for SAP connected case */
     WMI_SERVICE_GO_CONNECTED_D3WOW = 279,   /* Indicates FW support for D3WoW for P2P GO connected case */
     WMI_SERVICE_EXT_TPC_REG_SUPPORT = 280, /* Support for new 6G TPC power limits */
+    WMI_SERVICE_REG_CC_EXT_EVENT_SUPPORT = 281, /* Support for Extended REG_CC Event with additional params for 6G */
 
 
     WMI_MAX_EXT2_SERVICE

+ 13 - 1
fw/wmi_unified.h

@@ -3834,7 +3834,13 @@ typedef struct {
      *      Refer to the below definitions of the
      *      WMI_RSRC_CFG_HOST_SERVICE_FLAG_SAE_EAPOL_OFFLOAD_SUPPORT_GET
      *      and _SET macros.
-     *  Bits 31:4 - Reserved
+     *  Bit 4
+     *      This bit will be set when host is able to process the
+     *      WMI_REG_CC_EXT_EVENT.
+     *      Refer to the below definitions of the
+     *      WMI_RSRC_CFG_HOST_SERVICE_FLAG_REG_CC_EXT_SUPPORT_GET
+     *      and _SET macros.
+     *  Bits 31:5 - Reserved
      */
     A_UINT32 host_service_flags;
 
@@ -4123,6 +4129,12 @@ typedef struct {
 #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_SAE_EAPOL_OFFLOAD_SUPPORT_SET(host_service_flags, val) \
     WMI_SET_BITS(host_service_flags, 3, 1, val)
 
+#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REG_CC_EXT_SUPPORT_GET(host_service_flags) \
+    WMI_GET_BITS(host_service_flags, 4, 1)
+#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REG_CC_EXT_SUPPORT_SET(host_service_flags, val) \
+    WMI_SET_BITS(host_service_flags, 4, 1, val)
+
+
 typedef struct {
     A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param */
 

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