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

Commit 8783155e authored by spuligil's avatar spuligil
Browse files

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

add WMI_MLO_MGMT_TID def

Change-Id: I6e9abb6d15b73eea4a568d2fe56d462a9652e2cf
CRs-Fixed: 2262693
parent 30541cf2
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -5672,10 +5672,12 @@ typedef struct {
    };
} wmi_tx_send_params;
#define WMI_MLO_MGMT_TID 0xFFFFFFFF
typedef struct {
    A_UINT32 tlv_header; /* TLV tag (WMITLV_TAG_STRUC_wmi_mlo_tx_send_params) and len */
    A_UINT32 hw_link_id; /** Unique link id across SOCs, provided by QMI handshake.
                           * If 0xFFFF then the frame will be queued in the MLO queue
                           * If WMI_MLO_MGMT_TID then the frame will be queued in the MLO queue
                           * If valid hw_link_id
                           */
} wmi_mlo_tx_send_params;
@@ -12348,7 +12350,7 @@ typedef enum {
         * For a STA mode vdev this will enable/disable triggered access
         * and enable/disable Multi User mode of operation.
         * A value of 0 in a given bit disables corresponding mode.
         * bit | hemu mode
         * bit | EHT mu mode
         * ---------------
         *  0  | EHT SUBFEE
         *  1  | EHT SUBFER
@@ -12405,6 +12407,8 @@ typedef enum {
         */
        WMI_VDEV_PARAM_FIXED_PUNCTURE_PATTERN,                /* 0x800B */
        WMI_VDEV_PARAM_EHTOPS_0_31,                           /* 0x800C */
    /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/
} WMI_VDEV_PARAM;
+1 −1
Original line number Diff line number Diff line
@@ -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_ 988
#define __WMI_REVISION_ 989

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work