|
@@ -8290,9 +8290,10 @@ typedef enum {
|
|
|
WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE, /* 0x7d */
|
|
|
|
|
|
/** Parameter to configure BA mode.
|
|
|
- * Default: Auto mode.
|
|
|
* Valid values: 0- Auto mode,
|
|
|
* 1- Manual mode(addba req not sent).
|
|
|
+ * 2- buffer size 64
|
|
|
+ * 3- buffer size 256
|
|
|
*/
|
|
|
WMI_VDEV_PARAM_BA_MODE, /* 0x7e */
|
|
|
|
|
@@ -8305,6 +8306,25 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_VDEV_PARAM_FORCED_MODDTIM_ENABLE, /* 0x7f */
|
|
|
|
|
|
+ /** specify the setting that are valid for auto rate transmissions.
|
|
|
+ * bits 7:0 (LTF): When bitmask is set, then corresponding LTF value is
|
|
|
+ * used for auto rate.
|
|
|
+ * BIT0 = 1 (WMI_HE_LTF_1X)
|
|
|
+ * BIT1 = 1 (WMI_HE_LTF_2X)
|
|
|
+ * BIT2 = 1 (WMI_HE_LTF_4X)
|
|
|
+ * BIT3-7 = Reserved bits.
|
|
|
+ * bits 15:8 (SGI): When bitmask is set, then corresponding SGI value is
|
|
|
+ * used for auto rate.
|
|
|
+ * BIT8 = 1 (400 NS)
|
|
|
+ * BIT9 = 1 (800 NS)
|
|
|
+ * BIT10 = 1 (1600 NS)
|
|
|
+ * BIT11 = 1 (3200 NS)
|
|
|
+ * BIT12-15 = Reserved bits.
|
|
|
+ * bits 31:16: Reserved bits. should be set to zero.
|
|
|
+ */
|
|
|
+ WMI_VDEV_PARAM_AUTORATE_MISC_CFG, /* 0x80 */
|
|
|
+
|
|
|
+
|
|
|
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
|
|
* The below vdev param types are used for prototyping, and are
|
|
|
* prone to change.
|