mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Shine Mohamed <shinemohamed_j@naturesoft.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Initializedd the module parameters in drivers/net/wireless/arlan-main.c
Date: Wed, 01 Oct 2003 19:01:04 +1000	[thread overview]
Message-ID: <20031002011622.192752C2BC@lists.samba.org> (raw)
In-Reply-To: Your message of "Mon, 29 Sep 2003 16:44:06 +0530." <200309291644.06043.shinemohamed_j@naturesoft.net>

In message <200309291644.06043.shinemohamed_j@naturesoft.net> you write:
> Quick patch to  Initialize  the module parameters in 
> drivers/net/wireless/arlan-main.c
> @@ -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

This is clearly wrong: it's declared below.

Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

  parent reply	other threads:[~2003-10-02  1:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-29 11:14 Shine Mohamed
2003-09-29 17:27 ` Randy.Dunlap
2003-10-01  9:01 ` Rusty Russell [this message]
2003-10-02  3:52   ` Randy.Dunlap
2003-10-02  5:18     ` Rusty Russell
2003-10-03  4:36       ` Shine Mohamed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031002011622.192752C2BC@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shinemohamed_j@naturesoft.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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