e1000e: remove e1000_queue_stats
[deliverable/linux.git] / drivers / net / dnet.c
index 8318ea06cb6dcec33caedf56bdda6c2070a298c7..c1063d1540c2acd993e7d695803c64917cafc18d 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/init.h>
+#include <linux/interrupt.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 #include <linux/dma-mapping.h>
@@ -587,6 +588,8 @@ static netdev_tx_t dnet_start_xmit(struct sk_buff *skb, struct net_device *dev)
                dnet_writel(bp, irq_enable, INTR_ENB);
        }
 
+       skb_tx_timestamp(skb);
+
        /* free the buffer */
        dev_kfree_skb(skb);
 
This page took 0.02574 seconds and 5 git commands to generate.