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

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

Define WMI_PDEV_PARAM_1CH_DTIM_OPTIMIZED_CHAIN_SELECTION

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

+ 7 - 0
fw/wmi_unified.h

@@ -4858,6 +4858,13 @@ typedef enum {
     WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE,          /* 0x9b */
     /* GCMP Support indication to FW */
     WMI_PDEV_PARAM_GCMP_SUPPORT_ENABLE,               /* 0x9c */
+    /** Enable/Disable chain selection optimization for one chain dtim
+     *   non-zero - Enable optimization and use this non-zero value as the
+     *              chain imbalance threshold for optimization to kick in
+     *              (units = dB)
+     *   0- Disable optimization
+     */
+    WMI_PDEV_PARAM_1CH_DTIM_OPTIMIZED_CHAIN_SELECTION,/* 0x9d */
 } WMI_PDEV_PARAM;
 
 typedef struct {

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