patch-2.4.2 linux/drivers/net/tokenring/ibmtr.c
Next file: linux/drivers/net/tokenring/lanstreamer.c
Previous file: linux/drivers/net/tokenring/abyss.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Feb 13 13:15:05 2001
- Orig file:
v2.4.1/linux/drivers/net/tokenring/ibmtr.c
- Orig date:
Mon Oct 16 12:58:51 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/net/tokenring/ibmtr.c linux/drivers/net/tokenring/ibmtr.c
@@ -2,7 +2,7 @@
*
* Written 1993 by Mark Swanson and Peter De Schrijver.
* 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.
*
* This device driver should work with Any IBM Token Ring Card that does
* not use DMA.
@@ -1786,6 +1786,7 @@
skb->ip_summed = 1;
}
netif_rx(skb);
+ dev->last_rx = jiffies;
}
static int tok_send_packet(struct sk_buff *skb, struct net_device *dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)