Hello. On 03/27/2016 01:22 PM, Lino Sanfilippo wrote:
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 <linosanfili...@gmx.de>
Acked-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com> MBR, Sergei