Эх сурвалжийг харах

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

Add WMI_VDEV_PARAM_BA_MODE def

Change-Id: Ibda8477b36d1ea1a32b5b46afcc4ad3717bb78f1
CRs-Fixed: 1107600
spuligil 7 жил өмнө
parent
commit
ecddebfed4
2 өөрчлөгдсөн 8 нэмэгдсэн , 1 устгасан
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -8200,6 +8200,13 @@ 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).
+     */
+    WMI_VDEV_PARAM_BA_MODE,                                 /* 0x7e */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

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