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:

committed by
Gerrit - the friendly Code Review server

parent
8a210fe983
commit
0b14a2577e
@@ -401,6 +401,7 @@ typedef enum {
|
|||||||
WMI_SERVICE_MSDU_FLOW_OVERRIDE_BY_HOST = 216, /* target supports flow override feature */
|
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_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_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 *******/
|
/******* ADD NEW SERVICES HERE *******/
|
||||||
|
|
||||||
|
@@ -25356,6 +25356,18 @@ typedef struct {
|
|||||||
* in HOST.
|
* in HOST.
|
||||||
*/
|
*/
|
||||||
A_UINT32 reset_delay;
|
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;
|
} wmi_dma_buf_release_spectral_meta_data;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* 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
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user