projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1975a54
)
r6040: Support the get_ts_info ethtool method.
author
Richard Cochran
<richardcochran@gmail.com>
Tue, 3 Apr 2012 22:59:34 +0000
(22:59 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 4 Apr 2012 09:28:47 +0000
(
05:28
-0400)
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rdc/r6040.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/rdc/r6040.c
b/drivers/net/ethernet/rdc/r6040.c
index b96e1920e0459ac7ca12d5d81037b3d66e88e878..a26307fe143ea4d59b1f10ab9cfbbcc0cafea51f 100644
(file)
--- a/
drivers/net/ethernet/rdc/r6040.c
+++ b/
drivers/net/ethernet/rdc/r6040.c
@@
-973,6
+973,7
@@
static const struct ethtool_ops netdev_ethtool_ops = {
.get_settings = netdev_get_settings,
.set_settings = netdev_set_settings,
.get_link = ethtool_op_get_link,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static const struct net_device_ops r6040_netdev_ops = {