Browse Source

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
spuligil 2 years ago
parent
commit
f496c91eb4
2 changed files with 10 additions and 2 deletions
  1. 9 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 1
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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