patch-2.1.112 linux/drivers/net/plip.c

Next file: linux/drivers/net/seeq8005.c
Previous file: linux/drivers/net/myri_sbus.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.111/linux/drivers/net/plip.c linux/drivers/net/plip.c
@@ -574,6 +574,7 @@
 		/* Inform the upper layer for the arrival of a packet. */
 		rcv->skb->protocol=eth_type_trans(rcv->skb, dev);
 		netif_rx(rcv->skb);
+		nl->enet_stats.rx_bytes += rcv->length.h;
 		nl->enet_stats.rx_packets++;
 		rcv->skb = NULL;
 		if (net_debug > 2)
@@ -741,6 +742,7 @@
 			      &snd->nibble, snd->checksum))
 			return TIMEOUT;
 
+		nl->enet_stats.tx_bytes += snd->skb->len;
 		dev_kfree_skb(snd->skb);
 		nl->enet_stats.tx_packets++;
 		snd->state = PLIP_PK_DONE;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov