Переглянути джерело

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

WMI: add sched_params to wmi_resource_config

Change-Id: Iefb0c6b82ead8f6814c9c89d3d23fdcd1901dca2
CRs-Fixed: 1107600
spuligil 7 роки тому
батько
коміт
f17aba64d4
2 змінених файлів з 9 додано та 1 видалено
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -2634,6 +2634,14 @@ typedef struct {
      *      allowed but not required to use peer map/unmap v2 format.
      */
     A_UINT32 peer_map_unmap_v2_support;
+
+    /** Sched config params for all pdevs
+     * These tx scheduling configuration parameters are currently only
+     * used for internal testing purposes; therefore the non-default
+     * values for this field are not currently documented.
+     * For regular use, this field should be set to 0x0.
+     */
+    A_UINT32 sched_params;
 } wmi_resource_config;
 
 #define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \

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