patch-2.4.0-test10 linux/drivers/net/wan/sdlamain.c
Next file: linux/drivers/net/wavelan.c
Previous file: linux/drivers/net/wan/cosa.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Oct 16 12:58:51 2000
- Orig file:
v2.4.0-test9/linux/drivers/net/wan/sdlamain.c
- Orig date:
Fri Apr 21 16:08:45 2000
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/net/wan/sdlamain.c linux/drivers/net/wan/sdlamain.c
@@ -102,8 +102,8 @@
static char fullname[] = "WANPIPE(tm) Multiprotocol Driver";
static char copyright[] = "(c) 1995-1999 Sangoma Technologies Inc.";
static int ncards = CONFIG_WANPIPE_CARDS;
-static int active = 0; /* number of active cards */
-static sdla_t* card_array = NULL; /* adapter data space */
+static int active; /* number of active cards */
+static sdla_t* card_array; /* adapter data space */
/* Task queue element for creating a 'thread' */
static struct tq_struct sdla_tq =
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)