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

Commit 41ef4ae7 authored by spuligil's avatar spuligil Committed by Vishal Miskin
Browse files

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

Change-Id: Iaeb4c05220748d84be6406f71e1e3bf5f339260c
WMI: flip the sense of the link_status values in mlo_vdev_link_info TLV
CRs-Fixed: 2262693
parent 8b63dd98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45646,7 +45646,7 @@ typedef struct {
        struct {
            A_UINT32 vdev_id:8,     /* vdev id for this link */
                     link_id:8,     /* link id defined as in 802.11 BE spec. */
                     link_status:2, /* link_status - 0: active, 1: inactive  */
                     link_status:2, /* link_status - 0: inactive, 1: active  */
                     reserved:14;
        };
        A_UINT32 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_ 1360
#define __WMI_REVISION_ 1361

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