OSDN Git Service

mv643xx_eth: enable transmit time stamping.
authorRichard Cochran <richard.cochran@omicron.at>
Tue, 21 Jun 2011 23:01:11 +0000 (16:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2011 23:01:11 +0000 (16:01 -0700)
This patch enables software (and phy device) transmit time stamping.
Compile tested only.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mv643xx_eth.c

index 1b7d2c1..77dc6ab 100644 (file)
@@ -840,6 +840,8 @@ no_csum:
 
        __skb_queue_tail(&txq->tx_skb, skb);
 
+       skb_tx_timestamp(skb);
+
        /* ensure all other descriptors are written before first cmd_sts */
        wmb();
        desc->cmd_sts = cmd_sts;