diff options
author | Gal Pressman <gal@nvidia.com> | 2024-09-04 09:49:14 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-09-06 10:34:17 +0200 |
commit | c5dbb6aeefbda74d8b523f291a7ac081c4c00aca (patch) | |
tree | 35004faea618a92322ea92dc9e361d66c1d18e31 /drivers/net/ethernet | |
parent | net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestamp (diff) | |
download | linux-c5dbb6aeefbda74d8b523f291a7ac081c4c00aca.tar.xz linux-c5dbb6aeefbda74d8b523f291a7ac081c4c00aca.zip |
net: ti: icssg-prueth: Remove setting of RX software timestamp
The responsibility for reporting of RX software timestamp has moved to
the core layer (see __ethtool_get_ts_info()), remove usage from the
device drivers.
Reviewed-by: Carolina Jubran <cjubran@nvidia.com>
Reviewed-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Signed-off-by: Gal Pressman <gal@nvidia.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: MD Danish Anwar <danishanwar@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r-- | drivers/net/ethernet/ti/icssg/icssg_ethtool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/ti/icssg/icssg_ethtool.c b/drivers/net/ethernet/ti/icssg/icssg_ethtool.c index 5073ec195854..73b6cef10401 100644 --- a/drivers/net/ethernet/ti/icssg/icssg_ethtool.c +++ b/drivers/net/ethernet/ti/icssg/icssg_ethtool.c @@ -119,8 +119,6 @@ static int emac_get_ts_info(struct net_device *ndev, SOF_TIMESTAMPING_TX_HARDWARE | SOF_TIMESTAMPING_TX_SOFTWARE | SOF_TIMESTAMPING_RX_HARDWARE | - SOF_TIMESTAMPING_RX_SOFTWARE | - SOF_TIMESTAMPING_SOFTWARE | SOF_TIMESTAMPING_RAW_HARDWARE; info->phc_index = icss_iep_get_ptp_clock_idx(emac->iep); |