doc: update driver TX algorithm in timestamping.txt
authorJakub Kicinski <kubakici@wp.pl>
Sun, 16 Mar 2014 19:32:48 +0000 (20:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Mar 2014 19:16:48 +0000 (15:16 -0400)
commit59cb89e6b763443c6360f634288c57668efeecc5
treeb5843736143abae447d36597bd7b07046039d105
parent86a2b9cfccea1fb1fcb16a549ccddfe40be391d1
doc: update driver TX algorithm in timestamping.txt

Since cd4d8fdad1f1 ("net: kernel panic in dev_hard_start_xmit:
remove faulty software TX time stamping") dev_hard_start_xmit()
will not provide software timestamps. It's a responsibility of
the drivers to call skb_tx_timestamp() at the right time.

Cc: linux-doc@vger.kernel.org
Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/timestamping.txt