Sfoglia il codice sorgente

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

Change-Id: Icfd8653ed929923565a0f3b9a03aed596c17c243
WMI: add ba_window_size to peer reorder queue setup msg
CRs-Fixed: 1107600
spuligil 6 anni fa
parent
commit
7019093731
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -19174,6 +19174,11 @@ typedef struct {
     A_UINT32 queue_ptr_hi; /* upper 32 bits of queue desc adddress */
     A_UINT32 queue_no; /* 16-bit number assigned by host for queue,
                           stored in bits 15:0 of queue_no field */
+    A_UINT32 ba_window_size_valid; /* Is ba_window_size valid?
+                                    * 0 = Invalid, 1 = Valid */
+    A_UINT32 ba_window_size; /* Valid values: 0 to 256
+                              * Host sends the message when BA session is
+                              * established or terminated for the TID. */
 } wmi_peer_reorder_queue_setup_cmd_fixed_param;
 
 /**

+ 1 - 1
fw/wmi_version.h

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