Browse Source

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

Change-Id: I2efca07ef1d75021fe54eb5deedead07cd01d00a
WMI: add SERVICE_11BE flag, add eht_ops field in vdev start req msg
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
cbcc175abf
4 changed files with 4 additions and 1 deletions
  1. 1 0
      fw/wmi_services.h
  2. 1 0
      fw/wmi_tlv_defs.h
  3. 1 0
      fw/wmi_unified.h
  4. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -531,6 +531,7 @@ typedef  enum  {
     WMI_SERVICE_DCS_AWGN_INT_SUPPORT = 286, /* Indicates FW supports AWGN Int */
     WMI_SERVICE_IGMP_OFFLOAD_SUPPORT = 287, /* FW supports igmp offload during APPS suspend */
     WMI_SERVICE_11AX_TDLS_SUPPORT = 288, /* Indicates FW supports 11ax TDLS. Host should enable 11ax on TDLS only when FW indicates the support. */
+    WMI_SERVICE_11BE = 289, /* Indicates FW supports 11be */
 
 
     WMI_MAX_EXT2_SERVICE

+ 1 - 0
fw/wmi_tlv_defs.h

@@ -1151,6 +1151,7 @@ typedef enum {
     WMITLV_TAG_STRUC_wmi_mlo_teardown_complete_fixed_param,
     WMITLV_TAG_STRUC_wmi_igmp_offload_fixed_param,
     WMITLV_TAG_STRUC_wmi_pdev_extd_stats,
+    WMITLV_TAG_STRUC_wmi_peer_assoc_mlo_params,
 } WMITLV_TAG_ID;
 
 /*

+ 1 - 0
fw/wmi_unified.h

@@ -11216,6 +11216,7 @@ typedef struct {
 
     /** vdevid of transmitting VAP (mbssid case). Ignored for non mbssid case */
     A_UINT32 vdevid_trans;
+    A_UINT32 eht_ops;
 
 /* The TLVs follows this structure:
  *     wmi_channel chan; <-- WMI channel

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