All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [RFC v3] mac80211:  Optimize scans on current operating channel.
Date: Mon, 31 Jan 2011 09:30:28 -0800	[thread overview]
Message-ID: <4D46F1B4.1020504@candelatech.com> (raw)
In-Reply-To: <1296482183.3812.29.camel@jlt3.sipsolutions.net>

On 01/31/2011 05:56 AM, Johannes Berg wrote:
>
>>> However -- I was thinking of something else, not data packets. While
>>> scanning, all received beacons will be handed to the scan code. But if
>>> the mlme code isn't told to stop looking for them, it'll still expect to
>>> see the beacons.
>>
>> Currently, it seems mlme timers are stopped when we start scanning,
>> and then started when scanning is complete.
>
> Ok, I wasn't quite sure about that part -- whether it happened when
> going off-channel or when starting scan. If it happened while going
> off-channel this would've been problematic here.
>
>> However, I don't see any similar effort in the work_work() method
>> when it goes off-channel.
>>
>> Should we move the timer pause&  restart logic into the offchannel_stop_vifs
>> and offchannel_return methods?
>
> Well, sort of no, and sort of yes -- both will disrupt that code in a
> sense, but even scanning on the same channel will disrupt it due to the
> beacon diversion, unless we copy the beacons and give them to both sides
> (scan and mlme)?

Seems to me both sides should get them.  I'll try to figure out how to
do that properly today.

But, if work_work() takes us off-channel often enough, wouldn't that
cause undue beacon loss and/or timed-out tx acks?  Are there any guarantees
about how often and how long work_work() can take us off-channel?

Thanks,
Ben

>
> johannes


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

  reply	other threads:[~2011-01-31 17:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-26 20:37 [RFC v3] mac80211: Optimize scans on current operating channel greearb
2011-01-27 13:52 ` Johannes Berg
2011-01-27 17:17   ` Ben Greear
2011-01-28 13:24     ` Johannes Berg
2011-01-28 18:47       ` Ben Greear
2011-01-27 18:33   ` Ben Greear
2011-01-28 13:20     ` Johannes Berg
2011-01-28 19:22       ` Ben Greear
2011-01-31 13:56         ` Johannes Berg
2011-01-31 17:30           ` Ben Greear [this message]
2011-01-31 17:32             ` Johannes Berg

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=4D46F1B4.1020504@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=johannes@sipsolutions.net \
    --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.