net: bcmgenet: add skb_tx_timestamp call
commitd03825fba459d0d58e4fe162439babfc5f5eabc4
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 20 Mar 2014 17:53:21 +0000 (20 10:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 21:36:12 +0000 (20 17:36 -0400)
treed6682b1153060f1106aefc212b1b401fa637bcea
parent9460c936794fbcf82623e263926b17334ca5887a
net: bcmgenet: add skb_tx_timestamp call

The BCMGENET driver was not TX timestamping the SKBs it queued for
transmission, do this in bcmgenet_xmit() right before kicking the
Transmit DMA engine.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet.c