patch-2.4.2 linux/drivers/net/macmace.c

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

diff -u --recursive --new-file v2.4.1/linux/drivers/net/macmace.c linux/drivers/net/macmace.c
@@ -733,6 +733,7 @@
 	
 	skb->protocol = eth_type_trans(skb, dev);
 	netif_rx(skb);
+	dev->last_rx = jiffies;
 	mp->stats.rx_packets++;
 	mp->stats.rx_bytes+=mf->len;
 }

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