]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/mv643xx_eth.c
Pull thinkpad into release branch
[linux-2.6-omap-h63xx.git] / drivers / net / mv643xx_eth.c
index 1799eee88db7f81e3206f6372eb8119ba4ea883b..6a117e9968cb5dd09e91ae4425b3cd3b27e9d35c 100644 (file)
@@ -1222,7 +1222,7 @@ static int mv643xx_eth_start_xmit(struct sk_buff *skb, struct net_device *dev)
        spin_lock_irqsave(&mp->lock, flags);
 
        eth_tx_submit_descs_for_skb(mp, skb);
-       stats->tx_bytes = skb->len;
+       stats->tx_bytes += skb->len;
        stats->tx_packets++;
        dev->trans_start = jiffies;