linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [WIRELESS] Added probe declaration in arlan-main.c
@ 2003-09-28 10:10 Herbert Xu
  2003-09-28 10:55 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Herbert Xu @ 2003-09-28 10:10 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

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

[-- Attachment #2: q --]
[-- Type: text/plain, Size: 796 bytes --]

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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [WIRELESS] Added probe declaration in arlan-main.c
  2003-09-28 10:10 [WIRELESS] Added probe declaration in arlan-main.c Herbert Xu
@ 2003-09-28 10:55 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-09-28 10:55 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Linus Torvalds, Linux Kernel Mailing List

Herbert Xu wrote:
> Hi:
> 
> The declaration for probe got lost in the move from arlan to arlan-main.
> This patch puts it back.


The patch puts it back in the wrong place, though... :)

Linus, proper change headed your way in a few hours...

	Jeff




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-28 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-28 10:10 [WIRELESS] Added probe declaration in arlan-main.c Herbert Xu
2003-09-28 10:55 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).