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:

committed by
Madan Koyyalamudi

parent
d9ce043299
commit
eb543663d2
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user