qcacmn: Extend timestamp WAR for agile mode

Target will be sharing the time taken for reset in the
first Spectral report after reset. The reset delay value
is common for all the Spectral modes. Host updates
the timestamp WAR offset variable for all the Spectral modes.

CRs-Fixed: 2504798
Change-Id: If7d47a434054f220b0717f7d8939f9f8922af30f
Šī revīzija ir iekļauta:
Edayilliam Jayadev
2019-08-09 15:15:11 +05:30
revīziju iesūtīja nshrivas
vecāks 5d3475b985
revīzija 151c4bb3d6
3 mainīti faili ar 20 papildinājumiem un 11 dzēšanām

Parādīt failu

@@ -911,8 +911,8 @@ struct target_if_spectral {
u_int8_t null_fftbin_adj;
enum spectral_160mhz_report_delivery_state state_160mhz_delivery;
void *spectral_report_cache;
uint32_t last_fft_timestamp;
uint32_t timestamp_war_offset;
uint32_t last_fft_timestamp[SPECTRAL_SCAN_MODE_MAX];
uint32_t timestamp_war_offset[SPECTRAL_SCAN_MODE_MAX];
uint16_t fft_size_min;
uint16_t fft_size_max;
};