Browse Source

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

Change-Id: I529046475d7f30a1f1624c3700f17862632d09a7
WMI: add mlo_flags and logical_link_index to peer_assoc_mlo_partner_link_params
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
2c5857f0e1
2 changed files with 3 additions and 1 deletions
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -17467,6 +17467,8 @@ typedef struct {
     A_UINT32 tlv_header; /** TLV tag (MITLV_TAG_STRUC_wmi_peer_assoc_mlo_partner_link_params) and len */
     A_UINT32 vdev_id; /** unique id identifying the VDEV, generated by the caller */
     A_UINT32 hw_mld_link_id; /** Unique link id across SOCs, got as part of QMI handshake. */
+    wmi_mlo_flags mlo_flags;  /** MLO flags */
+    A_UINT32 logical_link_index; /** Unique index for links of the mlo. Starts with Zero */
 } wmi_peer_assoc_mlo_partner_link_params;
 
 /* This TLV structure used to pass mlo Parameters on peer assoc, only apply for mlo-peers */

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