|
@@ -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 {
|