qcacmn: Log Spectral FFT timestamp WAR parametrs

Log Spectral FFT timestamp WAR related parameters

Change-Id: I11e3107f41049e9fb05c3f9f7960279b88392598
CRs-Fixed: 2556803
This commit is contained in:
Shwetha G K
2019-10-31 15:24:42 +05:30
committed by nshrivas
parent 8b236c153f
commit 7887593414
5 changed files with 63 additions and 2 deletions

View File

@@ -2147,6 +2147,7 @@ target_if_pdev_spectral_init(struct wlan_objmgr_pdev *pdev)
target_if_init_spectral_ops(spectral);
/* Spectral mode specific init */
spectral->target_reset_count = 0;
for (; smode < SPECTRAL_SCAN_MODE_MAX; smode++) {
spectral->last_fft_timestamp[smode] = 0;
spectral->timestamp_war_offset[smode] = 0;