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

Commit 55b9bd2f authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: Iecdaf350a2c158b2e1385034bb06f488ca9f0bf4
CRs-Fixed: 3830439
parent 627d7b19
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41515,6 +41515,9 @@ typedef struct {
#define WMI_MLO_LINK_INFO_GET_IEEE_LINK_ID(link_info)      WMI_GET_BITS(link_info, 10, 4)
#define WMI_MLO_LINK_INFO_SET_IEEE_LINK_ID(link_info, val) WMI_SET_BITS(link_info, 10, 4, val)
#define WMI_MLO_LINK_INFO_GET_FREQ(link_info)              WMI_GET_BITS(link_info, 14, 16)
#define WMI_MLO_LINK_INFO_SET_FREQ(link_info, val)         WMI_SET_BITS(link_info, 14, 16, val)
typedef struct {
    A_UINT32 tlv_header;    /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_mlo_link_info_tlv_param */
    wmi_mac_addr link_addr;
@@ -41527,6 +41530,7 @@ typedef struct {
     *            1 - rejected
     * b[7-9]   : Band - link band info (band value is from wmi_mlo_band_info)
     * b[10-13] : IEEE link id - Link id associated with AP
     * b[14-29] : Frequency - Link channel frequency in MHz units
     */
} wmi_mlo_link_info;
+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_ 1525
#define __WMI_REVISION_ 1526

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