patch-2.4.2 linux/drivers/net/8139too.c
Next file: linux/drivers/net/82596.c
Previous file: linux/drivers/net/7990.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Tue Feb 13 13:15:46 2001
-  Orig file: 
v2.4.1/linux/drivers/net/8139too.c
-  Orig date: 
Sat Dec 30 18:16:13 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/net/8139too.c linux/drivers/net/8139too.c
@@ -35,7 +35,7 @@
 	-----<snip>-----
 
 	This software may be used and distributed according to the terms
-	of the GNU Public License, incorporated herein by reference.
+	of the GNU General Public License, incorporated herein by reference.
 
 	Contributors:
 
@@ -1828,6 +1828,7 @@
 
 			skb->protocol = eth_type_trans (skb, dev);
 			netif_rx (skb);
+			dev->last_rx = jiffies;
 			tp->stats.rx_bytes += pkt_size;
 			tp->stats.rx_packets++;
 		} else {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)