瀏覽代碼

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

add WMI_VDEV_PARAM_DISABLE_TWT_INFO_FRAME def

Change-Id: I8b992e82e48d6eedf438cea1d72cb7656f1c88c0
CRs-Fixed: 2262693
spuligil 1 年之前
父節點
當前提交
af90098823
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -18169,6 +18169,11 @@ typedef enum {
      */
     WMI_VDEV_PARAM_DISABLE_2G_TWT,                        /* 0xBF */
 
+    /*
+     * Disable FW initiated Information frame for TWT
+     */
+    WMI_VDEV_PARAM_DISABLE_TWT_INFO_FRAME,                /* 0xC0 */
+
 
     /*=== 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

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