qcacmn: Add function to calculate hardware Tx delay
Define a new function to calculate HW delay so that same logic can be used to calculate delay by other modules. Change-Id: Id3740bcaa2cd558b89ab02d8e88d5947eb5997b1 CRs-Fixed: 3198305
This commit is contained in:

committed by
Madan Koyyalamudi

parent
bfe1e87b25
commit
74458d4542
@@ -12621,7 +12621,7 @@ static struct cdp_ctrl_ops dp_ops_ctrl = {
|
||||
#ifdef QCA_MULTIPASS_SUPPORT
|
||||
.txrx_peer_set_vlan_id = dp_peer_set_vlan_id,
|
||||
#endif /*QCA_MULTIPASS_SUPPORT*/
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(CONFIG_SAWF)
|
||||
#if defined(WLAN_FEATURE_TSF_UPLINK_DELAY) || defined(QCA_PEER_EXT_STATS)
|
||||
.txrx_set_delta_tsf = dp_set_delta_tsf,
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_TSF_UPLINK_DELAY
|
||||
|
Reference in New Issue
Block a user