From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:41 +0000 (+0000) Subject: usbnet: Support the get_ts_info ethtool method. X-Git-Tag: v3.5-rc1~109^2~608 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=123edb182793fed2adfa51b607f6aa0c3b533e9c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git usbnet: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c index b7b3f5b..db99536 100644 --- a/drivers/net/usb/usbnet.c +++ b/drivers/net/usb/usbnet.c @@ -884,6 +884,7 @@ static const struct ethtool_ops usbnet_ethtool_ops = { .get_drvinfo = usbnet_get_drvinfo, .get_msglevel = usbnet_get_msglevel, .set_msglevel = usbnet_set_msglevel, + .get_ts_info = ethtool_op_get_ts_info, }; /*-------------------------------------------------------------------------*/