commit | 4507a71507d4ff37e9a499c4241b7701ed1feab4 | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Sat Jul 17 08:48:28 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 18 19:15:25 2010 -0700 |
tree | 775ff8a11852f37ebc78363cf41729221cd92718 | |
parent | ad1afb00393915a51c21b1ae8704562bf036855f [diff] |
net: add driver hook for tx time stamping. 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>