aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/igb_main.c')
-rw-r--r--drivers/net/igb/igb_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
index e11a5dae668a..f975bfec2265 100644
--- a/drivers/net/igb/igb_main.c
+++ b/drivers/net/igb/igb_main.c
@@ -3431,6 +3431,8 @@ done_cleaning:
3431 } 3431 }
3432 tx_ring->total_bytes += total_bytes; 3432 tx_ring->total_bytes += total_bytes;
3433 tx_ring->total_packets += total_packets; 3433 tx_ring->total_packets += total_packets;
3434 tx_ring->tx_stats.bytes += total_bytes;
3435 tx_ring->tx_stats.packets += total_packets;
3434 adapter->net_stats.tx_bytes += total_bytes; 3436 adapter->net_stats.tx_bytes += total_bytes;
3435 adapter->net_stats.tx_packets += total_packets; 3437 adapter->net_stats.tx_packets += total_packets;
3436 return retval; 3438 return retval;