Parcourir la source

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

Change-Id: I70808ec7019943f371404017c2297d6ce73c7739
WMI: add LATENCY_DISABLE flags for UL_OFDMA,_MU_MIMO
CRs-Fixed: 2262693
spuligil il y a 2 ans
Parent
commit
4de851227d
2 fichiers modifiés avec 27 ajouts et 3 suppressions
  1. 26 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 26 - 2
fw/wmi_unified.h

@@ -746,7 +746,7 @@ typedef enum {
     WMI_PEER_SCHED_MODE_DISABLE_CMDID,
 
     /* Group SET cmd for PEERS */
- 	WMI_PEER_BULK_SET_CMDID,
+    WMI_PEER_BULK_SET_CMDID,
 
     /* beacon/management specific commands */
 
@@ -29812,6 +29812,24 @@ typedef struct {
 #define WMI_LATENCY_SET_MSDUQ_ID(latency_tid_info,val) \
     WMI_SET_BITS(latency_tid_info, WMI_LATENCY_MSDUQ_ID_BIT_POS, WMI_LATENCY_MSDUQ_ID_NUM_BITS, val)
 
+#define WMI_LATENCY_DISABLE_UL_OFDMA_BIT_POS     18
+#define WMI_LATENCY_DISABLE_UL_OFDMA_NUM_BITS    1
+
+#define WMI_LATENCY_GET_DISABLE_UL_OFDMA(latency_tid_info) \
+    WMI_GET_BITS(latency_tid_info, WMI_LATENCY_DISABLE_UL_OFDMA_BIT_POS, WMI_LATENCY_DISABLE_UL_OFDMA_NUM_BITS)
+
+#define WMI_LATENCY_SET_DISABLE_UL_OFDMA(latency_tid_info,val) \
+    WMI_SET_BITS(latency_tid_info, WMI_LATENCY_DISABLE_UL_OFDMA_BIT_POS, WMI_LATENCY_DISABLE_UL_OFDMA_NUM_BITS, val)
+
+#define WMI_LATENCY_DISABLE_UL_MU_MIMO_BIT_POS     19
+#define WMI_LATENCY_DISABLE_UL_MU_MIMO_NUM_BITS    1
+
+#define WMI_LATENCY_GET_DISABLE_UL_MU_MIMO(latency_tid_info) \
+    WMI_GET_BITS(latency_tid_info, WMI_LATENCY_DISABLE_UL_MU_MIMO_BIT_POS, WMI_LATENCY_DISABLE_UL_MU_MIMO_NUM_BITS)
+
+#define WMI_LATENCY_SET_DISABLE_UL_MU_MIMO(latency_tid_info,val) \
+    WMI_SET_BITS(latency_tid_info, WMI_LATENCY_DISABLE_UL_MU_MIMO_BIT_POS, WMI_LATENCY_DISABLE_UL_MU_MIMO_NUM_BITS, val)
+
 typedef struct {
     /** TLV tag and len; tag equals
      *  WMITLV_TAG_STRUC_wmi_tid_latency_info
@@ -29855,7 +29873,13 @@ typedef struct {
      */
     A_UINT32 min_tput;
     /* latency_tid_info
-     *  Bits 18-31      - Reserved (Shall be zero)
+     *  Bits 20-31      - Reserved (Shall be zero)
+     *  Bit  19         - Disable UL MU-MIMO. If set, UL MU-MIMO is disabled
+     *                    for the specified AC. Note that TID level control is
+     *                    not possible for UL MU-MIMO (the granularity is AC).
+     *  Bit  18         - Disable UL OFDMA. If set, UL OFDMA is disabled for
+     *                    the specified AC. Note that TID level control is not
+     *                    possible for UL OFDMA (the granularity is AC).
      *  Bits 14-17      - MSDU queue flow id within the TID for configuring
      *                    latency info per MSDU flow queue
      *  Bit  12-13      - burst size sum. Bit to indicate whether to add or

+ 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_ 1264
+#define __WMI_REVISION_ 1265
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work