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

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

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

Change-Id: I17b025acecb68c3580965d1110453d5ccfdefb4b
CRs-Fixed: 3830439
parent 1960d8eb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -44379,6 +44379,13 @@ typedef struct {
/****** End of 11BE EHT MAC Capabilities Information field ******/
/****** 11BE EHT OPS Information field ******/
/* Bit 0 is for MCS15. If bit0 is 1 then we enable mcs15 */
#define WMI_EHT_OPS_SUPMCS15_GET(eht_ops) WMI_GET_BITS(eht_ops, 0, 1)
#define WMI_EHT_OPS_SUPMCS15_SET(eht_ops, value) WMI_SET_BITS(eht_ops, 0, 1, value)
/****** End of 11BE EHT OPS Information field ******/
typedef struct {
    /** TLV tag and len; tag equals
+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_ 1540
#define __WMI_REVISION_ 1541

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