summaryrefslogtreecommitdiff
path: root/drivers/net/stmmac
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2011-06-12 02:19:06 (GMT)
committerDavid S. Miller <davem@conan.davemloft.net>2011-06-13 21:26:16 (GMT)
commit3e82ce120c6f5036c3c739903e67218fd47cbc4c (patch)
treec5ab16aa1cd174359dfcd38ffccf07587009480c /drivers/net/stmmac
parent7c4bb9fcaed7148eb25c0cf0997f01971fba21e9 (diff)
downloadlinux-fsl-qoriq-3e82ce120c6f5036c3c739903e67218fd47cbc4c.tar.xz
stmmac: enable transmit time stamping.
This patch enables software (and phy device) transmit time stamping for the STMicroelectronics Ethernet driver. Compile tested only. Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: Richard Cochran <richard.cochran@omicron.at> Signed-off-by: David S. Miller <davem@conan.davemloft.net>
Diffstat (limited to 'drivers/net/stmmac')
-rw-r--r--drivers/net/stmmac/stmmac_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/stmmac/stmmac_main.c b/drivers/net/stmmac/stmmac_main.c
index e25e44a..5b85f4c 100644
--- a/drivers/net/stmmac/stmmac_main.c
+++ b/drivers/net/stmmac/stmmac_main.c
@@ -1081,6 +1081,8 @@ static netdev_tx_t stmmac_xmit(struct sk_buff *skb, struct net_device *dev)
priv->hw->dma->enable_dma_transmission(priv->ioaddr);
+ skb_tx_timestamp(skb);
+
return NETDEV_TX_OK;
}