All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alejandro Riveira Fernández" <ariveira@gmail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org,
	netdev@vger.kernel.org
Subject: Re: [mac80211 ] Wifi Network slownes bisected
Date: Thu, 21 May 2009 19:18:17 +0200	[thread overview]
Message-ID: <20090521191817.4456c440@varda> (raw)
In-Reply-To: <1242922091.4212.14.camel@johannes.local>

[-- Attachment #1: Type: text/plain, Size: 2020 bytes --]

El Thu, 21 May 2009 18:08:11 +0200
Johannes Berg <johannes@sipsolutions.net> escribió:

> On Thu, 2009-05-21 at 17:38 +0200, Alejandro Riveira Fernández wrote:
> 
> >  I noticed that my wifi connection has slowed when stitching
> > from 2.6.29.1 to 2.6.29.4 (it is also slow on 30-rc6)
> > Also 2.6.27 (ubuntu) does not suffer it.
> 
> > $ git bisect good
> > 64e1b00c974ddeae6a60ebb02e1c487371905cea is first bad commit
> > commit 64e1b00c974ddeae6a60ebb02e1c487371905cea
> > Author: Johannes Berg <johannes@sipsolutions.net>
> > Date:   Fri Apr 24 16:05:16 2009 +0000
> > 
> >     mac80211: fix basic rate bitmap calculation
> 
> Well ... How much did your connection slow down? 

  Enough to notice it when connecting through a 3MBit
 Adsl connection i.e. with the patch i get 30 40 60 ...
 80 kiB maximum without it full 310 KiB so it is an issue
 for me (i have inet <-> modem-router <-> myPC only so i can
 not test with another pc)
 

> It is clear that this
> commit might possibly slow down your connection, but not by a lot.

 Well it does by a lot avg of 60 KiB vs 300 KiB is lot for me

 And that's only because before we were sending with a higher rate than the
> AP allowed us to... If you need the higher speed then set your AP to
> G-only to make it include more rates in the basic rate set, that'll
> speed up your connection properly.

 My Ap is set to "mixed" but i connect at G speeds ie iwconfig show 54M or 48M
 or 36M but the connection is slow nonetheless 
 Do you think that would make such a difference (the ap mode)?

 Also with the patch i notice weird bumps on connection rates and without it
 the connection "feels" more stable
 
 > 
> That's all discounting driver bugs which may exist, of course.

 well i bisected and the problem is with this commit. Could be
 that rt2x00 is doing something wrong with that "rate bitmap" ??
 I'm not programmer so i can not check myself

> 
> johannes

Alejandro

  Thanks for the response...


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "Alejandro Riveira Fernández" <ariveira-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Johannes Berg <johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [mac80211 ] Wifi Network slownes bisected
Date: Thu, 21 May 2009 19:18:17 +0200	[thread overview]
Message-ID: <20090521191817.4456c440@varda> (raw)
In-Reply-To: <1242922091.4212.14.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2066 bytes --]

El Thu, 21 May 2009 18:08:11 +0200
Johannes Berg <johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org> escribió:

> On Thu, 2009-05-21 at 17:38 +0200, Alejandro Riveira Fernández wrote:
> 
> >  I noticed that my wifi connection has slowed when stitching
> > from 2.6.29.1 to 2.6.29.4 (it is also slow on 30-rc6)
> > Also 2.6.27 (ubuntu) does not suffer it.
> 
> > $ git bisect good
> > 64e1b00c974ddeae6a60ebb02e1c487371905cea is first bad commit
> > commit 64e1b00c974ddeae6a60ebb02e1c487371905cea
> > Author: Johannes Berg <johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
> > Date:   Fri Apr 24 16:05:16 2009 +0000
> > 
> >     mac80211: fix basic rate bitmap calculation
> 
> Well ... How much did your connection slow down? 

  Enough to notice it when connecting through a 3MBit
 Adsl connection i.e. with the patch i get 30 40 60 ...
 80 kiB maximum without it full 310 KiB so it is an issue
 for me (i have inet <-> modem-router <-> myPC only so i can
 not test with another pc)
 

> It is clear that this
> commit might possibly slow down your connection, but not by a lot.

 Well it does by a lot avg of 60 KiB vs 300 KiB is lot for me

 And that's only because before we were sending with a higher rate than the
> AP allowed us to... If you need the higher speed then set your AP to
> G-only to make it include more rates in the basic rate set, that'll
> speed up your connection properly.

 My Ap is set to "mixed" but i connect at G speeds ie iwconfig show 54M or 48M
 or 36M but the connection is slow nonetheless 
 Do you think that would make such a difference (the ap mode)?

 Also with the patch i notice weird bumps on connection rates and without it
 the connection "feels" more stable
 
 > 
> That's all discounting driver bugs which may exist, of course.

 well i bisected and the problem is with this commit. Could be
 that rt2x00 is doing something wrong with that "rate bitmap" ??
 I'm not programmer so i can not check myself

> 
> johannes

Alejandro

  Thanks for the response...


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

  reply	other threads:[~2009-05-21 17:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-21 15:38 [mac80211 ] Wifi Network slownes bisected Alejandro Riveira Fernández
2009-05-21 15:38 ` Alejandro Riveira Fernández
2009-05-21 15:38 ` Alejandro Riveira Fernández
2009-05-21 16:08 ` Johannes Berg
2009-05-21 16:08   ` Johannes Berg
2009-05-21 17:18   ` Alejandro Riveira Fernández [this message]
2009-05-21 17:18     ` Alejandro Riveira Fernández

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=20090521191817.4456c440@varda \
    --to=ariveira@gmail.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@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.