qcacmn: Support HW Tx delay stat
Use WLAN_CONFIG_TX_DELAY to enable HW Tx delay for both SAWF and non-SAWF stats. Change-Id: I6db7d386c0e3654f53398dcba1db7c5568544b0c CRs-Fixed: 3262425
This commit is contained in:

committed by
Madan Koyyalamudi

parent
b98780527f
commit
28f25ca052
@@ -233,7 +233,7 @@ struct hal_tx_completion_status {
|
||||
uint8_t transmit_cnt;
|
||||
uint8_t tid;
|
||||
uint16_t peer_id;
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(CONFIG_SAWF)
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(WLAN_CONFIG_TX_DELAY)
|
||||
uint32_t buffer_timestamp:19;
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user