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:
64d683c
)
e100: Support the get_ts_info ethtool method.
author
Richard Cochran
<
[email protected]
>
Wed, 4 Apr 2012 17:43:31 +0000
(17:43 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Sat, 14 Apr 2012 09:01:33 +0000
(
02:01
-0700)
Signed-off-by: Richard Cochran <
[email protected]
>
Tested-by: Aaron Brown <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/e100.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/e100.c
b/drivers/net/ethernet/intel/e100.c
index e498effb85d9e2cba3595206b61d53e644127688..e4d4c172f50efb5491ed07e922a2ddaf941608b6 100644
(file)
--- a/
drivers/net/ethernet/intel/e100.c
+++ b/
drivers/net/ethernet/intel/e100.c
@@
-2733,6
+2733,7
@@
static const struct ethtool_ops e100_ethtool_ops = {
.set_phys_id = e100_set_phys_id,
.get_ethtool_stats = e100_get_ethtool_stats,
.get_sset_count = e100_get_sset_count,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static int e100_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)