|
@@ -920,7 +920,7 @@ static void netvsc_get_stats64(struct net_device *net,
|
|
}
|
|
}
|
|
|
|
|
|
t->tx_dropped = net->stats.tx_dropped;
|
|
t->tx_dropped = net->stats.tx_dropped;
|
|
- t->tx_errors = net->stats.tx_dropped;
|
|
|
|
|
|
+ t->tx_errors = net->stats.tx_errors;
|
|
|
|
|
|
t->rx_dropped = net->stats.rx_dropped;
|
|
t->rx_dropped = net->stats.rx_dropped;
|
|
t->rx_errors = net->stats.rx_errors;
|
|
t->rx_errors = net->stats.rx_errors;
|