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

Commit d0262a86 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ie4f5b6f08a1fbfcbf4a23bae0c7ab0c1f7c5ca0f
WMI: GET,SET macros for EMLSR_SUPPORT and FORCE_LINK_INACTIVE flags
CRs-Fixed: 2262693
parent c7d63d27
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12092,6 +12092,10 @@ typedef struct {
#define WMI_MLO_FLAGS_SET_PEER_ID_VALID(mlo_flags, value)   WMI_SET_BITS(mlo_flags, 4, 1, value)
#define WMI_MLO_FLAGS_GET_MCAST_VDEV(mlo_flags)             WMI_GET_BITS(mlo_flags, 5, 1)
#define WMI_MLO_FLAGS_SET_MCAST_VDEV(mlo_flags, value)      WMI_SET_BITS(mlo_flags, 5, 1, value)
#define WMI_MLO_FLAGS_GET_EMLSR_SUPPORT(mlo_flags)          WMI_GET_BITS(mlo_flags, 6, 1)
#define WMI_MLO_FLAGS_SET_EMLSR_SUPPORT(mlo_flags, value)   WMI_SET_BITS(mlo_flags, 6, 1, value)
#define WMI_MLO_FLAGS_GET_FORCE_LINK_INACTIVE(mlo_flags)    WMI_GET_BITS(mlo_flags, 7, 1)
#define WMI_MLO_FLAGS_SET_FORCE_LINK_INACTIVE(mlo_flags, value) WMI_SET_BITS(mlo_flags, 7, 1, value)
/* this structure used for pass mlo flags*/
typedef struct {
+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_ 1171
#define __WMI_REVISION_ 1172

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