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

Commit 30eebe2f authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I284c73450a02c908af02f56d5c023ca9017300ba
CRs-Fixed: 2262693
parent 7e4d931c
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -10093,6 +10093,16 @@ typedef enum {
    WMI_MGMT_TX_COMP_TYPE_MAX,
} WMI_MGMT_TX_COMP_STATUS_TYPE;
#define WMI_VDEV_ID_VALID_FROM_INFO_GET(info) \
    WMI_GET_BITS(info, 3, 1)
#define WMI_VDEV_ID_VALID_FROM_INFO_SET(info,val) \
    WMI_SET_BITS(info, 3, 1, val)
#define WMI_VDEV_ID_FROM_INFO_GET(info) \
    WMI_GET_BITS(info, 4, 8)
#define WMI_VDEV_ID_FROM_INFO_SET(info) \
    WMI_SET_BITS(info, 4, 8, val)
typedef struct {
    A_UINT32    tlv_header;
    A_UINT32    desc_id; /* from tx_send_cmd */
@@ -10126,7 +10136,11 @@ typedef struct {
     *              one of the wmi_mlo_band_info_t enum constants.
     *              Macros WMI_ROAM_BTM_RESP_MLO_BAND_INFO_GET,SET
     *              can be reused for setting mlo band info.
     * Bit[3:31]  - reserved
     * Bit[3]     - set when vdev_id_info is populated in Bit[4:11]
     *              macros WMI_VDEV_ID_VALID_FROM_INFO_GET,SET can be used
     * Bit[4:11]  - vdev_id on which frame is sent,
     *              Macros WMI_VDEV_ID_FROM_INFO_GET,SET can be used
     * Bit[12:31] - reserved
     */
    A_UINT32 info;
} wmi_mgmt_tx_compl_event_fixed_param;
+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_ 1465
#define __WMI_REVISION_ 1466

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