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

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

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

Change-Id: I2cb9b6400203bd70d7787cc25a35d8dc7071f7d6
WMI: add TRS_SUPPORT,TXOP_RETURN_SUPP_IN_SHARINGMODE2 flags in 11BE EHT caps
CRs-Fixed: 2262693
parent 381fd20b
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -36443,7 +36443,15 @@ typedef struct {
#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 */
/* Bit 9: EHT TRS support */
#define WMI_EHTCAP_MAC_TRS_SUPPORT_GET(eht_cap_mac) WMI_GET_BITS(eht_cap_mac[0], 9, 1)
#define WMI_EHTCAP_MAC_TRS_SUPPORT_SET(eht_cap_mac, value) WMI_SET_BITS(eht_cap_mac[0], 9, 1, value)
/* Bit 10: TXOP return support in txop sharing mode 2 */
#define WMI_EHTCAP_MAC_TXOP_RETURN_SUPP_IN_SHARINGMODE2_GET(eht_cap_mac) WMI_GET_BITS(eht_cap_mac[0], 10, 1)
#define WMI_EHTCAP_MAC_TXOP_RETURN_SUPP_IN_SHARINGMODE2_SET(eht_cap_mac, value) WMI_SET_BITS(eht_cap_mac[0], 10, 1, value)
/* Bit 11-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_ 1163
#define __WMI_REVISION_ 1164

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