Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

forcedeth: advertise transmit time stamping

This driver now offers software transmit time stamping, so it should
advertise that fact via ethtool. Compile tested only.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>

Cc: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Richard Cochran and committed by
David S. Miller
7491302d 7b1115e0

+1
+1
drivers/net/ethernet/nvidia/forcedeth.c
··· 5182 5182 .get_ethtool_stats = nv_get_ethtool_stats, 5183 5183 .get_sset_count = nv_get_sset_count, 5184 5184 .self_test = nv_self_test, 5185 + .get_ts_info = ethtool_op_get_ts_info, 5185 5186 }; 5186 5187 5187 5188 /* The mgmt unit and driver use a semaphore to access the phy during init */