diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-04-03 22:59:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-04 05:28:48 -0400 |
commit | e1593bb1509b04792c6b94978ab17d9ee0a7490a (patch) | |
tree | ec463f97c8bb5f22c5caaf0010c1b4c5667538f0 | |
parent | d88e102d0ec43f9bd7c529f46c2f9c4d91ef24b0 (diff) | |
download | talos-obmc-linux-e1593bb1509b04792c6b94978ab17d9ee0a7490a.tar.gz talos-obmc-linux-e1593bb1509b04792c6b94978ab17d9ee0a7490a.zip |
r8169: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/realtek/r8169.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 27c358c8f4dc..074a5741baf3 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -1854,6 +1854,7 @@ static const struct ethtool_ops rtl8169_ethtool_ops = { .get_strings = rtl8169_get_strings, .get_sset_count = rtl8169_get_sset_count, .get_ethtool_stats = rtl8169_get_ethtool_stats, + .get_ts_info = ethtool_op_get_ts_info, }; static void rtl8169_get_mac_version(struct rtl8169_private *tp, |