Преглед изворни кода

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

Change-Id: I7fdadbd7fd6681180b7b3934c2c0ec44157b8a92
WMI: add recapture_sample_on_gain_change flag to spectral cfg msg
CRs-Fixed: 2262693
spuligil пре 3 година
родитељ
комит
0d36ba4c4a
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -6814,6 +6814,12 @@ typedef struct {
      * agile span center frequency2 (MHz), 0 for normal scan.
      */
     A_UINT32 spectral_scan_center_freq2;
+    /**
+     * Flag to enable re-capture of FFT sample if the previous sample has
+     * AGC gain change bit set.
+     * Re-capture will be enabled only if scan period is greater than 50us.
+     */
+    A_UINT32 recapture_sample_on_gain_change;
 } wmi_vdev_spectral_configure_cmd_fixed_param;
 
 /*

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