diff options
Diffstat (limited to 'drivers/net/mv643xx_eth.c')
-rw-r--r-- | drivers/net/mv643xx_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index 1799eee88db7..6a117e9968cb 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c | |||
@@ -1222,7 +1222,7 @@ static int mv643xx_eth_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1222 | spin_lock_irqsave(&mp->lock, flags); | 1222 | spin_lock_irqsave(&mp->lock, flags); |
1223 | 1223 | ||
1224 | eth_tx_submit_descs_for_skb(mp, skb); | 1224 | eth_tx_submit_descs_for_skb(mp, skb); |
1225 | stats->tx_bytes = skb->len; | 1225 | stats->tx_bytes += skb->len; |
1226 | stats->tx_packets++; | 1226 | stats->tx_packets++; |
1227 | dev->trans_start = jiffies; | 1227 | dev->trans_start = jiffies; |
1228 | 1228 | ||