Commit 70e96af2 authored by Arthur Kepner's avatar Arthur Kepner Committed by David S. Miller

[TG3]: Fix ethtool -S.

parent ba5a280a
...@@ -6663,7 +6663,7 @@ static void tg3_get_ethtool_stats (struct net_device *dev, ...@@ -6663,7 +6663,7 @@ static void tg3_get_ethtool_stats (struct net_device *dev,
struct ethtool_stats *estats, u64 *tmp_stats) struct ethtool_stats *estats, u64 *tmp_stats)
{ {
struct tg3 *tp = dev->priv; struct tg3 *tp = dev->priv;
memcpy(tmp_stats, &tp->estats, sizeof(tp->estats)); memcpy(tmp_stats, tg3_get_estats(tp), sizeof(tp->estats));
} }
static int tg3_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) static int tg3_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment