Skip to content

Commit

Permalink
fw-api: CL 6053746 - update fw common interface files
Browse files Browse the repository at this point in the history
Change-Id: I0e80a900831537b11a99c7cad4f67ddba2df2931
WMI: add reset_delay field to DMA_BUF_RELEASE msg
CRs-Fixed: 2262693
  • Loading branch information
spuligil committed Dec 12, 2018
1 parent 3cc3cac commit 17b8b3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions fw/wmi_unified.h
Original file line number Diff line number Diff line change
Expand Up @@ -23744,6 +23744,13 @@ typedef struct {
* Hence sending the NF values in dBm units as meta data information.
*/
A_INT32 noise_floor[WMI_MAX_CHAINS];
/**
* The time taken by target in micro seconds to complete the reset routine
* and re-initiate the spectral scan.
* If the delay is 0, the WAR to bookkeep the timestamp wont be exercised
* in HOST.
*/
A_UINT32 reset_delay;
} wmi_dma_buf_release_spectral_meta_data;

typedef enum {
Expand Down
2 changes: 1 addition & 1 deletion fw/wmi_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ 605
#define __WMI_REVISION_ 606

/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work
Expand Down

0 comments on commit 17b8b3a

Please sign in to comment.