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:
f85e5ea
)
macb: Support the get_ts_info ethtool method.
author
Richard Cochran
<richardcochran@gmail.com>
Tue, 3 Apr 2012 22:59:31 +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/cadence/macb.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/cadence/macb.c
b/drivers/net/ethernet/cadence/macb.c
index c4834c23be35bb7715ab4698897007267cf34f6d..1466bc4e3dda8df7edf13ef522e242113d5962b4 100644
(file)
--- a/
drivers/net/ethernet/cadence/macb.c
+++ b/
drivers/net/ethernet/cadence/macb.c
@@
-1213,6
+1213,7
@@
static const struct ethtool_ops macb_ethtool_ops = {
.set_settings = macb_set_settings,
.get_drvinfo = macb_get_drvinfo,
.get_link = ethtool_op_get_link,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)