[WIRELESS] Added probe declaration in arlan-main.c

From: Herbert Xu
Date: Sun Sep 28 2003 - 05:14:19 EST


Hi:

The declaration for probe got lost in the move from arlan to arlan-main.
This patch puts it back.

Cheers,
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: kernel-source-2.5/drivers/net/wireless/arlan-main.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/drivers/net/wireless/arlan-main.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 arlan-main.c
--- kernel-source-2.5/drivers/net/wireless/arlan-main.c 28 Sep 2003 04:44:14 -0000 1.1.1.1
+++ kernel-source-2.5/drivers/net/wireless/arlan-main.c 28 Sep 2003 10:08:11 -0000
@@ -22,6 +22,7 @@
static char encryptionKey[12] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'};
static int mem = memUNKNOWN;
int arlan_debug = debugUNKNOWN;
+static int probe = probeUNKNOWN;
static int numDevices = numDevicesUNKNOWN;
static int spreadingCode = spreadingCodeUNKNOWN;
static int channelNumber = channelNumberUNKNOWN;