Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265680
b: refs/heads/master
c: 2523249
h: refs/heads/master
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Aug 24, 2011
1 parent baec33e commit 7b682ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b62bb5cc1abe2a2c194833e9266cb78ae36fe61
refs/heads/master: 25232490af96f899f7e17de2c136e03d2c9ded62
25 changes: 0 additions & 25 deletions trunk/drivers/net/wireless/libertas/README
Original file line number Diff line number Diff line change
Expand Up @@ -238,28 +238,3 @@ hostsleep
echo "1" > hostsleep : enable host sleep.
echo "0" > hostsleep : disable host sleep

========================
IWCONFIG COMMANDS
========================
power period

This command is used to configure the station in deep sleep mode /
auto deep sleep mode.

The timer is implemented to monitor the activities (command, event,
etc.). When an activity is detected station will exit from deep
sleep mode automatically and restart the timer. At timer expiry
(no activity for defined time period) the deep sleep mode is entered
automatically.

Note: this command is for SDIO interface only.

Usage:
To enable deep sleep mode do:
iwconfig wlan0 power period 0
To enable auto deep sleep mode with idle time period 5 seconds do:
iwconfig wlan0 power period 5
To disable deep sleep/auto deep sleep mode do:
iwconfig wlan0 power period -1

==============================================================================

0 comments on commit 7b682ae

Please sign in to comment.