Skip to content

Commit c5dbb6a

Browse files
gal-pressmandavem330
authored andcommitted
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>
1 parent c76e2f4 commit c5dbb6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/ti/icssg/icssg_ethtool.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ static int emac_get_ts_info(struct net_device *ndev,
119119
SOF_TIMESTAMPING_TX_HARDWARE |
120120
SOF_TIMESTAMPING_TX_SOFTWARE |
121121
SOF_TIMESTAMPING_RX_HARDWARE |
122-
SOF_TIMESTAMPING_RX_SOFTWARE |
123-
SOF_TIMESTAMPING_SOFTWARE |
124122
SOF_TIMESTAMPING_RAW_HARDWARE;
125123

126124
info->phc_index = icss_iep_get_ptp_clock_idx(emac->iep);

0 commit comments

Comments
 (0)