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
- Lines: 8
- Date:
Tue Feb 13 13:15:05 2001
- Orig file:
v2.4.1/linux/drivers/net/macmace.c
- Orig date:
Mon Jan 31 10:34:12 2000
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)