projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb774cb
)
etherh: Support the get_ts_info ethtool method.
author
Richard Cochran
<richardcochran@gmail.com>
Tue, 3 Apr 2012 22:59:26 +0000
(22:59 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 4 Apr 2012 09:28:46 +0000
(
05:28
-0400)
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/8390/etherh.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/8390/etherh.c
b/drivers/net/ethernet/8390/etherh.c
index
48c4948
..
89cba45
100644
(file)
--- a/
drivers/net/ethernet/8390/etherh.c
+++ b/
drivers/net/ethernet/8390/etherh.c
@@
-635,6
+635,7
@@
static const struct ethtool_ops etherh_ethtool_ops = {
.get_settings = etherh_get_settings,
.set_settings = etherh_set_settings,
.get_drvinfo = etherh_get_drvinfo,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static const struct net_device_ops etherh_netdev_ops = {