diff --git a/net/bridge/br_device.c b/net/bridge/br_device.c index 9ce661e2590dc470b2e406102620d6751627730b..a350c05b7ff5ec02f2344605877e5c1fcc1c87ba 100644 --- a/net/bridge/br_device.c +++ b/net/bridge/br_device.c @@ -215,6 +215,7 @@ static void br_get_stats64(struct net_device *dev, sum.rx_packets += tmp.rx_packets; } + netdev_stats_to_stats64(stats, &dev->stats); stats->tx_bytes = sum.tx_bytes; stats->tx_packets = sum.tx_packets; stats->rx_bytes = sum.rx_bytes;