qcacmn: dp: Add support to update tsf timestamp in data packet
Add support to update tsf timestamp on driver entry and exit in data packet. This helps debug latency issue in XR usecases Change-Id: I9c966c1b8cb09dc5eab6104fdad36c19a1d68045 CRs-Fixed: 3090108
This commit is contained in:

committed by
Madan Koyyalamudi

parent
3e4c2182ff
commit
33528eaa41
@@ -6484,6 +6484,7 @@ static QDF_STATUS dp_vdev_register_wifi3(struct cdp_soc_t *soc_hdl,
|
||||
vdev->osif_proxy_arp = txrx_ops->proxy_arp;
|
||||
#endif
|
||||
vdev->me_convert = txrx_ops->me_convert;
|
||||
vdev->get_tsf_time = txrx_ops->get_tsf_time;
|
||||
|
||||
dp_vdev_register_rx_eapol(vdev, txrx_ops);
|
||||
|
||||
|
Reference in New Issue
Block a user