Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d36ba4c authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent ee169173
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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