dect
/
linux-2.6
Archived
13
0
Fork 0

usbnet: Support the get_ts_info ethtool method.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Richard Cochran 2012-04-03 22:59:41 +00:00 committed by David S. Miller
parent e117d6dd8b
commit 123edb1827
1 changed files with 1 additions and 0 deletions

View File

@ -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,
};
/*-------------------------------------------------------------------------*/