net: add driver hook for tx time stamping.
authorRichard Cochran <richardcochran@gmail.com>
Sat, 17 Jul 2010 08:48:28 +0000 (08:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Jul 2010 02:15:25 +0000 (19:15 -0700)
This patch adds a hook for transmit time stamps. The transmit hook
allows a software fallback for transmit time stamps, for MACs
lacking time stamping hardware. Using the hook will still require
adding an inline function call to each MAC driver.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found