From: Kalle Valo <kalle.valo@nokia.com>
To: "ext Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [RFC v3 2/4] mac80211: implement dynamic power save
Date: Tue, 02 Dec 2008 21:42:49 +0200 [thread overview]
Message-ID: <87iqq2pdmu.fsf@nokia.com> (raw)
In-Reply-To: <43e72e890812011110o4aeb8334k6702f64a1867e1f7@mail.gmail.com> (ext Luis R. Rodriguez's message of "Mon\, 1 Dec 2008 11\:10\:05 -0800")
"ext Luis R. Rodriguez" <mcgrof@gmail.com> writes:
> On Fri, Nov 28, 2008 at 11:49 AM, Kalle Valo <kalle.valo@nokia.com> wrote:
>> This patch implements dynamic power save for mac80211. Basically it
>> means enabling power save mode after an idle period. Implementing it
>> dynamically gives a good compromise of low power consumption and low
>> latency. Some hardware have support for this in firmware, but some
>> require the host to do it.
>>
>> The dynamic power save is implemented by adding an timeout to
>> ieee80211_subif_start_xmit(). The timeout can be enabled from user space
>> with Wireless Extensions. For example, the command below enables the
>> dynamic power save and sets the time timeout to 500 ms:
>>
>> iwconfig wlan0 power timeout 500m
>>
>> Thanks to Johannes Berg for the help with the design.
>
> Might be worth noting that when dynamic power save is enabled for
> mac80211 that this will only work right now for devices which handle
> power save in firmware as power save is not yet implemented in
> mac80211.
>
> Also that by default this is left disabled and the heuristics of how
> and exactly how to enable this will be left to userspace.
I will mention both of these in v4.
--
Kalle Valo
next prev parent reply other threads:[~2008-12-02 19:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-28 19:49 [RFC v3] mac80211 dynamic power save Kalle Valo
2008-11-28 19:49 ` [RFC v3 1/4] mac80211: enable IEEE80211_CONF_PS only when associated Kalle Valo
2008-11-28 22:11 ` Johannes Berg
2008-11-29 6:50 ` Kalle Valo
2008-11-28 19:49 ` [RFC v3 2/4] mac80211: implement dynamic power save Kalle Valo
2008-11-28 22:14 ` Johannes Berg
2008-11-29 6:53 ` Kalle Valo
2008-12-01 19:10 ` Luis R. Rodriguez
2008-12-01 22:40 ` Johannes Berg
2008-12-01 23:49 ` Luis R. Rodriguez
2008-12-02 19:42 ` Kalle Valo [this message]
2008-11-28 19:49 ` [RFC v3 3/4] mac80211: add IEEE80211_HW_NO_DYNAMIC_PS flag Kalle Valo
2008-11-28 22:15 ` Johannes Berg
2008-11-29 6:55 ` Kalle Valo
2008-11-28 19:49 ` [RFC v3 4/4] mac80211: move dynamic_ps_timeout to hw.conf Kalle Valo
2008-11-28 22:18 ` Johannes Berg
2008-11-29 7:00 ` Kalle Valo
2008-12-01 19:11 ` Luis R. Rodriguez
2008-12-01 19:41 ` Johannes Berg
2008-12-01 20:36 ` Luis R. Rodriguez
2008-12-01 20:30 ` 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=87iqq2pdmu.fsf@nokia.com \
--to=kalle.valo@nokia.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.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 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).