aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Cochran <[email protected]>2011-06-19 21:51:29 +0000
committerDavid S. Miller <[email protected]>2011-06-20 13:56:54 -0700
commite309721159c05c36f10a973bef03388dadb102b0 (patch)
tree8a8291b4e8016c3abda9fb2d91c11c0891c3e3b6
parente072092fc7a89178736530f51a4daaa3155cf44b (diff)
fs_enet: enable transmit time stamping.
This patch enables software (and phy device) transmit time stamping. Compile tested only. Cc: Pantelis Antoniou <[email protected]> Cc: Vitaly Bordug <[email protected]> Signed-off-by: Richard Cochran <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--drivers/net/fs_enet/fs_enet-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c
index 21abb5c01a56..329ef231a096 100644
--- a/drivers/net/fs_enet/fs_enet-main.c
+++ b/drivers/net/fs_enet/fs_enet-main.c
@@ -697,6 +697,8 @@ static int fs_enet_start_xmit(struct sk_buff *skb, struct net_device *dev)
sc |= BD_ENET_TX_PAD;
CBDS_SC(bdp, sc);
+ skb_tx_timestamp(skb);
+
(*fep->ops->tx_kickstart)(dev);
spin_unlock_irqrestore(&fep->tx_lock, flags);