Re: [PATCH] Initializedd the module parameters indrivers/net/wireless/arlan-main.c

From: Randy.Dunlap
Date: Mon Sep 29 2003 - 12:46:27 EST


On Mon, 29 Sep 2003 16:44:06 +0530 Shine Mohamed <shinemohamed_j@xxxxxxxxxxxxxx> wrote:

| 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' */

Yes, it does need to be declared, but it doesn't need to be init
to 0.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/