patch-2.4.3 linux/drivers/net/wan/comx.c
Next file: linux/drivers/net/wan/cosa.c
Previous file: linux/drivers/net/wan/comx-proto-ppp.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Mar  6 19:44:36 2001
-  Orig file: 
v2.4.2/linux/drivers/net/wan/comx.c
-  Orig date: 
Thu Nov 16 14:08:25 2000
diff -u --recursive --new-file v2.4.2/linux/drivers/net/wan/comx.c linux/drivers/net/wan/comx.c
@@ -73,8 +73,8 @@
 #error For now, COMX really needs the /proc filesystem
 #endif
 
+#include <net/syncppp.h>
 #include "comx.h"
-#include "syncppp.h"
 
 MODULE_AUTHOR("Gergely Madarasz <gorgo@itc.hu>");
 MODULE_DESCRIPTION("Common code for the COMX synchronous serial adapters");
@@ -380,6 +380,7 @@
 	}
 	if (skb) {
 		netif_rx(skb);
+		dev->last_rx = jiffies;
 	}
 	return 0;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)