]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ravb: fix software timestamping
authorLino Sanfilippo <LinoSanfilippo@gmx.de>
Sun, 27 Mar 2016 10:22:02 +0000 (12:22 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Mar 2016 02:41:37 +0000 (22:41 -0400)
commitd7be81a5916bdb1d904803958e5991a16f7ae4b2
treedc5dc7811f37e04cf4762b0a6c53ecd705cf7f6e
parent79c134239df989167acd277364b83ff9e91e70c4
ravb: fix software timestamping

In ravb_start_xmit dont call skb_tx_timestamp only when hardware
timestamping is requested: in the latter case software timestamps are
suppressed and thus the call of skb_tx_timestamp does not have any effect.

Instead call skb_tx_timestamp unconditionally in ravb_start_xmit, since
the function checks itself if software timestamping is required or should
be skipped due to hardware timestamping.

Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/ravb_main.c