Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c5857f0 authored by spuligil's avatar spuligil
Browse files

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
parent 9d62b0a4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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