diff options
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index ce3217b441a4..deb7f83e8245 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -6631,7 +6631,7 @@ bnx2_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *net_stats) | |||
6631 | GET_64BIT_NET_STATS(stat_IfHCOutOctets); | 6631 | GET_64BIT_NET_STATS(stat_IfHCOutOctets); |
6632 | 6632 | ||
6633 | net_stats->multicast = | 6633 | net_stats->multicast = |
6634 | GET_64BIT_NET_STATS(stat_IfHCOutMulticastPkts); | 6634 | GET_64BIT_NET_STATS(stat_IfHCInMulticastPkts); |
6635 | 6635 | ||
6636 | net_stats->collisions = | 6636 | net_stats->collisions = |
6637 | GET_32BIT_NET_STATS(stat_EtherStatsCollisions); | 6637 | GET_32BIT_NET_STATS(stat_EtherStatsCollisions); |