*
*	Changes from AX25.023 to AX25.024 for the
*	1.1.34 kernel.
*

--- ax25_timer.c~	Mon Jul 25 09:24:54 1994
+++ ax25_timer.c	Mon Jul 25 09:24:54 1994
@@ -74,7 +74,8 @@
 	sk->timeout=0;
 	del_timer(&sk->timer);
 	restore_flags(flags);
-	
+
+	sk->timer.next = sk->timer.prev = NULL;	
 	sk->timer.data=(unsigned long)sk;
 	sk->timer.function=&ax25_timer;
 	/* t1 increases with the number of digipeaters */
--- ax25.c~	Mon Jul 25 09:24:29 1994
+++ ax25.c	Mon Jul 25 09:24:29 1994
@@ -1,10 +1,10 @@
 /*
- *	AX.25 release 018
+ *	AX.25 release 024
  *
  *	This is ALPHA test software. This code may break your machine, randomly fail to work with new 
  *	releases, misbehave and/or generally screw up. It might even work. 
  *
- *	This code REQUIRES 1.1.13 or higher/ NET3.014
+ *	This code REQUIRES 1.1.34 or higher/ NET3.016
  *
  *	This module:
  *		This module is free software; you can redistribute it and/or
@@ -43,6 +43,7 @@
  *	AX.25 022	Jonathan(G4KLX)		More work on the ax25 auto router and /proc improved (again)!
  *			Alan(GW4PTS)		Added TIOCINQ/OUTQ
  *	AX.25 023	Alan(GW4PTS)		Fixed shutdown bug
+ *	AX.25 023	Alan(GW4PTS)		Linus changed timers
  *
  *	To do:
  *		Support use as digipeater, including an on/off ioctl
