lkml.org 
[lkml]   [2003]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[WIRELESS] Added probe declaration in arlan-main.c
From
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@gondor.apana.org.au>
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;
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.027 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site