patch-2.1.30 linux/net/lapb/lapb_timer.c
Next file: linux/net/netrom/af_netrom.c
Previous file: linux/net/ipx/af_ipx.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Mar 20 18:17:15 1997
- Orig file:
v2.1.29/linux/net/lapb/lapb_timer.c
- Orig date:
Thu Feb 27 10:57:32 1997
diff -u --recursive --new-file v2.1.29/linux/net/lapb/lapb_timer.c linux/net/lapb/lapb_timer.c
@@ -53,7 +53,7 @@
lapb->timer.data = (unsigned long)lapb;
lapb->timer.function = &lapb_timer;
- lapb->timer.expires = jiffies + 10;
+ lapb->timer.expires = jiffies + (HZ / 10);
add_timer(&lapb->timer);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov