patch-2.4.2 linux/drivers/net/ioc3-eth.c

Next file: linux/drivers/net/irda/irport.c
Previous file: linux/drivers/net/ibmlana.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/drivers/net/ioc3-eth.c linux/drivers/net/ioc3-eth.c
@@ -447,6 +447,7 @@
 			rxb = (struct ioc3_erxbuf *) new_skb->data;
 			skb_reserve(new_skb, RX_OFFSET);
 
+			dev->last_rx = jiffies;
 			ip->stats.rx_packets++;		/* Statistics */
 			ip->stats.rx_bytes += len;
 		} else {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)