Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / drivers / net / fs_enet / fs_enet-main.c
index 21abb5c01a56c666ad8429dd136a2747218a68e1..329ef231a09649209dc3baa856ae145f94366864 100644 (file)
@@ -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);
This page took 0.024715 seconds and 5 git commands to generate.