mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Initializedd the module parameters in drivers/net/wireless/arlan-main.c
@ 2003-09-29 11:14 Shine Mohamed
  2003-09-29 17:27 ` Randy.Dunlap
  2003-10-01  9:01 ` Rusty Russell
  0 siblings, 2 replies; 6+ messages in thread
From: Shine Mohamed @ 2003-09-29 11:14 UTC (permalink / raw)
  To: trivial, linux-kernel

Quick patch to  Initialize  the module parameters in 
drivers/net/wireless/arlan-main.c


--- drivers/net/wireless/arlan-main.c.orig      2003-09-29 16:40:33.000000000 
+0530
+++ drivers/net/wireless/arlan-main.c   2003-09-29 16:40:18.000000000 +0530
@@ -33,6 +33,7 @@
 static int retries = 5;
 static int tx_queue_len = 1;
 static int arlan_EEPROM_bad;
+static int probe = 0; /* Initially it is setting to be 'Probing Disabled' */

 #ifdef ARLAN_DEBUGGING



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

end of thread, other threads:[~2003-10-03  4:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29 11:14 [PATCH] Initializedd the module parameters in drivers/net/wireless/arlan-main.c Shine Mohamed
2003-09-29 17:27 ` Randy.Dunlap
2003-10-01  9:01 ` Rusty Russell
2003-10-02  3:52   ` Randy.Dunlap
2003-10-02  5:18     ` Rusty Russell
2003-10-03  4:36       ` Shine Mohamed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome