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;