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

szülő
b98780527f
commit
28f25ca052
@@ -922,7 +922,7 @@ dp_tx_hw_desc_update_evt(uint8_t *hal_tx_desc_cached,
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(CONFIG_SAWF)
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(WLAN_CONFIG_TX_DELAY)
|
||||
/**
|
||||
* dp_tx_compute_hw_delay_us() - Compute hardware Tx completion delay
|
||||
* @ts: Tx completion status
|
||||
|
Reference in New Issue
Block a user