From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:41 +0000 (+0000) Subject: usbnet: Support the get_ts_info ethtool method. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=123edb182793fed2adfa51b607f6aa0c3b533e9c;p=linux-beck.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 b7b3f5b0d406..db9953630da5 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, }; /*-------------------------------------------------------------------------*/