Browse Source

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

Change-Id: I3de61c7d4c47b0cf97431badb39f598d299fe18a
WMI: add [tx,rx] max BA win size fields into SERVICE_READY_EXT2_EVENT msg
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
178f53bd61
2 changed files with 11 additions and 1 deletions
  1. 10 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 10 - 0
fw/wmi_unified.h

@@ -3463,6 +3463,16 @@ typedef struct {
      */
     A_UINT32 hw_bd_status;
 
+    /*
+     * max block ack window size FW supports for tx.
+     */
+    A_UINT32 tx_aggr_ba_win_size_max;
+
+    /*
+     * max block ack window size FW supports for rx.
+     */
+    A_UINT32 rx_aggr_ba_win_size_max;
+
     /* Followed by next TLVs:
      *     WMI_DMA_RING_CAPABILITIES          dma_ring_caps[];
      *     wmi_spectral_bin_scaling_params    wmi_bin_scaling_params[];

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