diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-04-04 19:43:31 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2012-04-14 11:01:33 +0200 |
commit | abe0c5d165a422c438db51c0817b54eba1c4e85c (patch) | |
tree | 1e5c39f5eca1479218c276f2a286fc8e6fab4836 /drivers/net/ethernet/intel/e100.c | |
parent | bonding: Fixup get_tx_queue() op second arg type. (diff) | |
download | linux-abe0c5d165a422c438db51c0817b54eba1c4e85c.tar.xz linux-abe0c5d165a422c438db51c0817b54eba1c4e85c.zip |
e100: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e100.c')
-rw-r--r-- | drivers/net/ethernet/intel/e100.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/e100.c b/drivers/net/ethernet/intel/e100.c index e498effb85d9..e4d4c172f50e 100644 --- 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) |