#7900 HIGH 8.2.0 (: Reduce beacon frequency
Zarro Boogs per Child
bugtracker at laptop.org
Sun Sep 28 11:09:43 EDT 2008
#7900: Reduce beacon frequency
---------------------------+------------------------------------------------
Reporter: carrano | Owner: mstone
Type: task | Status: new
Priority: high | Milestone: 8.2.0 (was Update.2)
Component: initscripts | Version: not specified
Resolution: | Keywords: polish:8.2.0
Next_action: code | Verified: 0
Blockedby: | Blocking:
---------------------------+------------------------------------------------
Comment(by carrano):
I noticed that the beacon frequency in 8.2.760+ is 100ms.
In order to set the higher values to beacon intervals (lower frequency) we
need to add a dispatcher script, similar to the one used to change route
expiration time. It would go like the following:
{{{
#!/bin/sh
# Reduced beacon frequency in order to save airtime
if [ -n "$1" -a "$2" = "up" ]; then
iwpriv msh0 bcn_control 1 1000
fi
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/7900#comment:11>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list