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

Commit 6375434e authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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

Change-Id: Ic38244adb5bea96f08ddd72b0261b65e67dfaf1f
WMI: add EHTCAP_MAC_MAXAMPDULEN_EXP GET/SET macros
CRs-Fixed: 2262693
parent 03122cd4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -36286,7 +36286,11 @@ typedef struct {
#define WMI_EHTCAP_MAC_MAXMPDULEN_GET(eht_cap_mac) WMI_GET_BITS(eht_cap_mac[0], 6, 2)
#define WMI_EHTCAP_MAC_MAXMPDULEN_SET(eht_cap_mac, value) WMI_SET_BITS(eht_cap_mac[0], 6, 2, value)
/* Bit 8-15: reserved */
/* Bit 8: Maximum A-MPDU Length Exponent Extension */
#define WMI_EHTCAP_MAC_MAXAMPDULEN_EXP_GET(eht_cap_mac) WMI_GET_BITS(eht_cap_mac[0], 8, 1)
#define WMI_EHTCAP_MAC_MAXAMPDULEN_EXP_SET(eht_cap_mac, value) WMI_SET_BITS(eht_cap_mac[0], 8, 1, value)
/* Bit 9-15: reserved */
/****** End of 11BE EHT MAC Capabilities Information field ******/
+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_ 1156
#define __WMI_REVISION_ 1157

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