summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c
diff options
context:
space:
mode:
authorStephen Walker <stephendwalker+github@gmail.com>2016-07-06 20:23:15 -0400
committerFelix Fietkau <nbd@nbd.name>2016-07-15 14:19:32 +0200
commit900da27c91990ce37642c491414736c9b84f73e4 (patch)
treedad3cf214bb76788cf0804d0ebc870f875d6a8fd /target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c
parent207338c78edbd4d52767f1b20b9a95bdb32c29dd (diff)
downloadmaster-31e0f0ae-900da27c91990ce37642c491414736c9b84f73e4.tar.gz
master-31e0f0ae-900da27c91990ce37642c491414736c9b84f73e4.tar.bz2
master-31e0f0ae-900da27c91990ce37642c491414736c9b84f73e4.zip
ar71xx: add software transmit timestamp support
Add software transmit timestamp and ethtool (-T) timestamp support Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c b/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c
index 3395cab1f7..dfcbb54e93 100644
--- a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c
+++ b/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c
@@ -127,4 +127,5 @@ struct ethtool_ops ag71xx_ethtool_ops = {
.get_ringparam = ag71xx_ethtool_get_ringparam,
.set_ringparam = ag71xx_ethtool_set_ringparam,
.get_link = ethtool_op_get_link,
+ .get_ts_info = ethtool_op_get_ts_info,
};