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

Commit fb00ed51 authored by spuligil's avatar spuligil Committed by snandini
Browse files

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

Change-Id: Id37f7a7b04b254bbac68b14fba003c878281a118
WMI: add PCIE_L11 and PHYRF power-save enable flags
CRs-Fixed: 2262693
parent ba222c9f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28111,6 +28111,10 @@ typedef enum {
#define WLM_FLAGS_WAL_RTS_PROTECTION_SET(flag, val)       WMI_SET_BITS(flag, 17, 1, val)
#define WLM_FLAGS_WAL_DISABLE_SECONDARY_RATE(flag)        WMI_GET_BITS(flag, 18, 1)
#define WLM_FLAGS_WAL_SECONDARY_RATE_SET(flag, val)       WMI_SET_BITS(flag, 18, 1, val)
#define WLM_FLAGS_PS_IS_PCIE_L11_ENABLED(flag)            WMI_GET_BITS(flag, 19, 1)
#define WLM_FLAGS_PS_SET_PCIE_L11_ENABLE(flag, val)       WMI_SET_BITS(flag, 19, 1, val)
#define WLM_FLAGS_PS_IS_PHYRF_PS_ENABLED(flag)            WMI_GET_BITS(flag, 20, 1)
#define WLM_FLAGS_PS_SET_PHYRF_PS_ENABLE(flag, val)       WMI_SET_BITS(flag, 20, 1, val)
typedef struct {
    /** TLV tag and len; tag equals
+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_ 925
#define __WMI_REVISION_ 926

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