Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1699f50 authored by Ian Campbell's avatar Ian Campbell Committed by Linus Torvalds
Browse files

[PATCH] cs89x0: collect tx_bytes statistics



Signed-off-by: default avatarIan Campbell <icampbell@arcom.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ac12259f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1450,6 +1450,7 @@ static int net_send_packet(struct sk_buff *skb, struct net_device *dev)
	/* Write the contents of the packet */
	outsw(dev->base_addr + TX_FRAME_PORT,skb->data,(skb->len+1) >>1);
	spin_unlock_irq(&lp->lock);
	lp->stats.tx_bytes += skb->len;
	dev->trans_start = jiffies;
	dev_kfree_skb (skb);