|
@@ -1697,7 +1697,7 @@ static struct rtnl_link_stats64 *b44_get_stats64(struct net_device *dev,
|
|
hwstat->tx_underruns +
|
|
hwstat->tx_underruns +
|
|
hwstat->tx_excessive_cols +
|
|
hwstat->tx_excessive_cols +
|
|
hwstat->tx_late_cols);
|
|
hwstat->tx_late_cols);
|
|
- nstat->multicast = hwstat->tx_multicast_pkts;
|
|
|
|
|
|
+ nstat->multicast = hwstat->rx_multicast_pkts;
|
|
nstat->collisions = hwstat->tx_total_cols;
|
|
nstat->collisions = hwstat->tx_total_cols;
|
|
|
|
|
|
nstat->rx_length_errors = (hwstat->rx_oversize_pkts +
|
|
nstat->rx_length_errors = (hwstat->rx_oversize_pkts +
|