|
@@ -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;
|
|
|
|
|
|
/**
|