patch-2.1.103 linux/drivers/isdn/hisax/isdnl2.c
Next file: linux/drivers/isdn/hisax/teles3.c
Previous file: linux/drivers/isdn/hisax/isac.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Thu May 14 18:43:55 1998
- Orig file:
v2.1.102/linux/drivers/isdn/hisax/isdnl2.c
- Orig date:
Wed Apr 1 20:11:50 1998
diff -u --recursive --new-file v2.1.102/linux/drivers/isdn/hisax/isdnl2.c linux/drivers/isdn/hisax/isdnl2.c
@@ -650,11 +650,12 @@
FsmAddTimer(&st->l2.t200, st->l2.T200, EV_L2_T200, NULL, 4);
test_and_set_bit(FLG_T200_RUN, &st->l2.flag);
} else {
- if (!test_and_clear_bit(FLG_L3_INIT, &st->l2.flag))
+ if (!test_and_clear_bit(FLG_L3_INIT, &st->l2.flag)) {
if (st->l2.vs != st->l2.va)
discard_i_queue(st);
else
est = 0;
+ }
st->l2.vs = 0;
st->l2.va = 0;
st->l2.vr = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov