All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Kalle Valo <kalle.valo@iki.fi>,
	linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2] mac80211: split out and decrease probe wait time
Date: Wed, 20 May 2009 13:35:17 -0400	[thread overview]
Message-ID: <20090520173517.GC7604@tuxdriver.com> (raw)
In-Reply-To: <1242754648.4797.46.camel@johannes.local>

On Tue, May 19, 2009 at 07:37:28PM +0200, Johannes Berg wrote:
> You know ... somehow I managed to send out v2 with a wrong interval.
> 
> This was supposed to be / 5 not / 20, should I send a separate patch or
> would you roll this into the original? The commit log says 200ms, but
> the code uses 50ms which is far too short.
> 
> johannes
> 
> ---
>  net/mac80211/mlme.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- wireless-testing.orig/net/mac80211/mlme.c	2009-05-19 19:36:00.564057102 +0200
> +++ wireless-testing/net/mac80211/mlme.c	2009-05-19 19:36:04.773067791 +0200
> @@ -33,7 +33,7 @@
>  #define IEEE80211_ASSOC_TIMEOUT (HZ / 5)
>  #define IEEE80211_ASSOC_MAX_TRIES 3
>  #define IEEE80211_MONITORING_INTERVAL (2 * HZ)
> -#define IEEE80211_PROBE_WAIT (HZ / 20)
> +#define IEEE80211_PROBE_WAIT (HZ / 5)
>  #define IEEE80211_PROBE_IDLE_TIME (60 * HZ)
>  #define IEEE80211_RETRY_AUTH_INTERVAL (1 * HZ)

Crud, I didn't realize I had already pushed that patch to Dave M.
Could you submit this as a separate patch?

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

  parent reply	other threads:[~2009-05-20 17:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-12 18:03 [PATCH] mac80211: split out and decrease probe wait time Johannes Berg
2009-05-12 18:11 ` [PATCH v2] " Johannes Berg
2009-05-19 17:37   ` Johannes Berg
2009-05-19 17:42     ` John W. Linville
2009-05-20 17:35     ` John W. Linville [this message]
2009-05-18 15:43 ` [PATCH] " Kalle Valo

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=20090520173517.GC7604@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=johannes@sipsolutions.net \
    --cc=kalle.valo@iki.fi \
    --cc=linux-wireless@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.