patch-2.4.0-test7 linux/drivers/isdn/hisax/isdnl3.c
Next file: linux/drivers/isdn/hisax/l3_1tr6.c
Previous file: linux/drivers/isdn/hisax/isdnl1.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Aug 21 07:49:03 2000
- Orig file:
v2.4.0-test6/linux/drivers/isdn/hisax/isdnl3.c
- Orig date:
Wed Aug 9 19:19:50 2000
diff -u --recursive --new-file v2.4.0-test6/linux/drivers/isdn/hisax/isdnl3.c linux/drivers/isdn/hisax/isdnl3.c
@@ -234,7 +234,7 @@
extern void setstack_dss1(struct PStack *st);
#endif
-#ifdef CONFIG_HISAX_NI1
+#ifdef CONFIG_HISAX_NI1
extern void setstack_ni1(struct PStack *st);
#endif
@@ -356,7 +356,7 @@
setstack_dss1(st);
} else
#endif
-#ifdef CONFIG_HISAX_NI1
+#ifdef CONFIG_HISAX_NI1
if (st->protocol == ISDN_PTYPE_NI1) {
setstack_ni1(st);
} else
@@ -544,7 +544,6 @@
void
l3_msg(struct PStack *st, int pr, void *arg)
{
-
switch (pr) {
case (DL_DATA | REQUEST):
if (st->l3.l3m.state == ST_L3_LC_ESTAB) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)