瀏覽代碼

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

Add WMI_VDEV_PARAM_TX_RETRIES_BEFORE_RTS_PER_AC def

Change-Id: I8acf0681f105311b4dc04434311301947f2cc318
CRs-Fixed: 1107600
spuligil 7 年之前
父節點
當前提交
808f77d6d8
共有 2 個文件被更改,包括 12 次插入1 次删除
  1. 11 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 0
fw/wmi_unified.h

@@ -8352,6 +8352,17 @@ typedef enum {
       */
     WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_RANDOM_MAC, /* 0x81 */
 
+    /**
+     * For each AC, configure how many tx retries to send without RTS
+     * before enabling RTS
+     *  bits 0:7    :BE
+     *  bits 8:15   :BK
+     *  bits 16:23  :VI
+     *  bits 24:31  :VO
+     * A value of 0 in specific AC means default configuration for that AC.
+     */
+    WMI_VDEV_PARAM_TX_RETRIES_BEFORE_RTS_PER_AC,           /* 0x82 */
+
 
     /*=== 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_ 518
+#define __WMI_REVISION_ 519
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work