qcacmn: Enable usage of delta_tsf for SAWF

Enable usage of delta_tsf for SAWF. This will be used to compute tx
delay. Also, add support to update sawf stats in tx completion.

Change-Id: Idab7fbd5217175167ecdeee21cf5dc9daf1415d6
CRs-Fixed: 3135773
This commit is contained in:
Ripan Deuri
2022-02-01 22:35:06 +05:30
committed by Madan Koyyalamudi
parent d9ce043299
commit eb543663d2
8 changed files with 52 additions and 15 deletions

View File

@@ -213,7 +213,7 @@ struct hal_tx_completion_status {
uint8_t transmit_cnt;
uint8_t tid;
uint16_t peer_id;
#ifdef WLAN_FEATURE_TSF_UPLINK_DELAY
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(CONFIG_SAWF)
uint32_t buffer_timestamp:19;
#endif
};