All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: Jouni Malinen <jouni.malinen@atheros.com>,
	wireless <linux-wireless@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: Regression in 2.6.27-git from commit 43ac2ca3840f64
Date: Tue, 21 Oct 2008 19:45:21 -0700	[thread overview]
Message-ID: <48FE93C1.6030407@lwfinger.net> (raw)
In-Reply-To: <20081021213723.GL17268@tuxdriver.com>

John W. Linville wrote:
> From: John W. Linville <linville@tuxdriver.com>
> Subject: [PATCH] mac80211: do not aggregate IEs from scan results
> 
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
>  net/mac80211/scan.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c
> index 416bb41..51ed74d 100644
> --- a/net/mac80211/scan.c
> +++ b/net/mac80211/scan.c
> @@ -728,8 +728,6 @@ static void ieee80211_scan_add_ies(struct iw_request_info *info,
>  
>  	while (end - pos > IW_GENERIC_IE_MAX) {
>  		next = pos + 2 + pos[1];
> -		while (next + 2 + next[1] - pos < IW_GENERIC_IE_MAX)
> -			next = next + 2 + next[1];
>  
>  		memset(&iwe, 0, sizeof(iwe));
>  		iwe.cmd = IWEVGENIE;

No, this patch does not fix the problem.

Larry

  reply	other threads:[~2008-10-22  2:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 16:01 Regression in 2.6.27-git from commit 43ac2ca3840f64 Larry Finger
2008-10-21 21:30 ` Johannes Berg
2008-10-22  2:34   ` Larry Finger
2008-10-22  7:23     ` Johannes Berg
2008-10-21 21:37 ` John W. Linville
2008-10-22  2:45   ` Larry Finger [this message]
2008-10-22  7:28 ` Jouni Malinen
2008-10-22 16:47   ` Larry Finger
2008-10-22 17:04     ` Jouni Malinen
2008-10-22 17:06     ` Johannes Berg
2008-10-22 17:37       ` Jean Tourrilhes
2008-10-22 17:46         ` Johannes Berg
2008-10-22 18:00           ` Jean Tourrilhes

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=48FE93C1.6030407@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=jouni.malinen@atheros.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /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.