[PATCH 1/4] libertas: remove auto_deep_sleep functionality
Bing Zhao
bzhao at marvell.com
Tue Jul 19 14:23:49 EDT 2011
Hi Daniel,
> > As the auto deep sleep feature for SD8385/SD8686/SD8688 cards is very useful for many embedded
> platforms to handle enter/exit deep sleep mode automatically, please do not remove it from libertas
> driver. If you have any particular issue with this feature enabled, we can work on it and solve the
> problem.
>
> The problem is that it can't actually be enabled. This is dead code.
> Or if it can, please point out what I'm missing.
To enable deep sleep mode:
iwconfig wlan0 power period 0
To enable auto deep sleep mode with idle time period set to 5 seconds:
iwconfig wlan0 power period 5
To disable deep sleep/auto deep sleep mode:
iwconfig wlan0 power period -1
The iwconfig (from Wireless Tools version 30pre8 beta or newer) supports "power period" command.
Thanks,
Bing
More information about the libertas-dev
mailing list