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

Change-Id: I8e9fa27286e4bb31da098bd2ed896357f4ca35c3
WMI: add freq fields to wmi_dma_buf_release_spectral_meta_data TLV
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2019-07-05 12:01:04 -07:00
committed by Gerrit - the friendly Code Review server
parent 8a210fe983
commit 0b14a2577e
3 changed files with 14 additions and 1 deletions

View File

@@ -401,6 +401,7 @@ typedef enum {
WMI_SERVICE_MSDU_FLOW_OVERRIDE_BY_HOST = 216, /* target supports flow override feature */
WMI_SERVICE_WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENT= 217, /* target will send WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENT */
WMI_SERVICE_RX_FSE_SUPPORT = 218, /* target supports flow search through RxOLE FSE hw block */
WMI_SERVICE_FREQINFO_IN_METADATA = 219, /* FW provides freq_info during spectral scan */
/******* ADD NEW SERVICES HERE *******/

View File

@@ -25356,6 +25356,18 @@ typedef struct {
* in HOST.
*/
A_UINT32 reset_delay;
/**
* Current center freq1 (MHz units)
*/
A_UINT32 freq1;
/**
* Current center freq2 (MHz units)
*/
A_UINT32 freq2;
/**
* Channel Width (MHz units)
*/
A_UINT32 ch_width;
} wmi_dma_buf_release_spectral_meta_data;
typedef enum {

View File

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