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
This commit is contained in:
spuligil
2023-02-15 12:02:32 -08:00
rodzic 9d62b0a4f2
commit 2c5857f0e1
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@@ -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 */

Wyświetl plik

@@ -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