From: Christian Lamparter <chunkeey@googlemail.com>
To: "Gordon, Charles" <Charles.Gordon@digi.com>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: Power save mode in 2.6.32-22
Date: Fri, 4 Jun 2010 02:55:46 +0200 [thread overview]
Message-ID: <201006040255.46964.chunkeey@googlemail.com> (raw)
In-Reply-To: <8DCC153EAFE67A4B990A840E829F704B017C658D620C@mtk-sms-exch01.digi.com>
On Friday 04 June 2010 01:27:38 Gordon, Charles wrote:
> Hi,
>
> I'm trying to get power save mode to work in a wireless driver on Linux
> 2.6.32. What I'm seeing is that the wireless stack is sending null-data
> frames with the power management bit on or off from time to time. It does
> this regardless of whether flags IEEE80211_HW_SUPPORTS_PS and
> IEEE80211_HW_SUPPORTS_DYNAMIC_PS are set. This is not how I would expect
> it to work. If IEEE80211_HW_SUPPORTS_PS is set, I would expect it to let
> the driver handle the sending of these frames. If IEEE80211_HW_SUPPORTS_PS
> is not set, then this would indicate that the driver cannot power down, in
> which case I still would not expect the stack to be sending these frames.
> The documentation for power save is very thin and it seems the
> implementation has changed recently.
>
> Why is the stack sending these frames when the driver says the H/W does not
> support powering down?
well, could this be a periodic scan / site survey? (perhaps
NM/wicd/wpa_supplicant is running in the background?).
The device signalize the AP that it goes "off-channel" to scan on other
frequencies. Therefore the AP should be prepared to buffer any traffic,
until the STA resumes normal operation.
This can be easily tested with the help of a sniffer,
because you should then get probe requests from the interface.
> Why is the stack sending these frames when it would seem that the driver
> could better handle them?
>
> The reason why I think the driver can better handle them is that if the
> stack sends a frame with the power-mgmt bit set, and then tells the driver
> to power down, there will be a race condition where the interface could
> receive a frame before the hardware is powered down. The AP may send such
> a frame after it receives the null-data frame because some could be in a
> H/W queue. I have seen this happen. In this case, the interface H/W on
> the station will send an ACK and since the H/W does not know that it is
> about to be powered down, that ACK will be sent with the power-mgmt bit
> clear, which may confuse the access point.
> In short, sending these frames
> is something the driver should do since it will know that it should adjust
> the H/W so that any ACKs or other control frames will be sent with the
> power mgmt bit correctly set until such time as the H/W is actually powered
> down.
quote from: 802.11-2007 "11.2.1 Power management in an infrastructure network"
"A STA shall remain in its current Power Management mode until it informs the AP of
a Power Management mode change via a frame exchange that includes an acknowledgment
from the AP. Power Management mode shall not change during any single frame exchange
sequence as described in 9.12"
The way I read it, it means two things:
Firstly, the STA has to initiate a "frame exchange" in order to
notify the AP about its new power state. (And importantly, that
frame exchange has to succeed, before the STA can actually
go off-channel/sleep! - This is important, because not all
drivers/HW do support an accurate *frame success* report.)
Secondly: The AP should only consider the PSM bit setting,
if the "exchange" was actually initiated by the STA and not
by the AP. (Furthermore, for most control frames timing is
critical. Therefore they have to be implemented in the
hardware/firmware and this makes it nearly impossible to
do what you are describing in your last _quoted_ sentence)
BTW: have you tried to reproduce your "timing" problem with
a recent compat-wireless?
Regards,
Chr
next prev parent reply other threads:[~2010-06-04 0:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-03 23:27 Power save mode in 2.6.32-22 Gordon, Charles
2010-06-04 0:55 ` Christian Lamparter [this message]
2010-06-04 9:42 ` Gordon, Charles
2010-06-05 0:58 ` Dan Williams
2010-06-04 19:50 ` Gordon, Charles
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=201006040255.46964.chunkeey@googlemail.com \
--to=chunkeey@googlemail.com \
--cc=Charles.Gordon@digi.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).