#8750 NORM Not Tri: Firmware release - 5.110.22.p20
Zarro Boogs per Child
bugtracker at laptop.org
Thu Oct 2 07:01:54 EDT 2008
#8750: Firmware release - 5.110.22.p20
--------------------------+-------------------------------------------------
Reporter: carrano | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Not Triaged
Component: not assigned | Version: not specified
Keywords: | Next_action: never set
Verified: 0 | Blockedby:
Blocking: |
--------------------------+-------------------------------------------------
Date: 09/10/2008
md5sum: 6893f13b996a46b077c1e5aeb35f4c1a
=== New Features ===
1. Enhancements for WOL feature
1. Number of WOL rules has been increased from 8 to 16.
2. Multiple iwpriv calls can be used to set wol rules for one type
of packet, in previous firmware version only one iwpriv was allowed.
3. Offset is calculated from the starting of LLC header of the
ethernet frame.
Example:
Consider the topology
A <---------> B
Where A and B are connected using mesh and A is pinging to B,
with payload 0xef
ping B -p ef
Assume that B is in enhanced host sleep mode and wants to wakeup
on pattern 0xaa (LLC header) at offset 0 or 0xef at offset 0x55.
The following rule example would set this rule on node B.
{{{
iwpriv msh0 "u m 0xaa.ff at 0 || 0xef.ff at 55"
}}}
or we can set same rule using multiple iwpriv calls
{{{
iwpriv msh0 "u m 0Xaa.ff at 0"
iwpriv msh0 "u m 0Xef.ff at 55"
}}}
2. APIs to enable, disable and to get status of dynamic contention window
(DCW)
adaptation logic.
Example:
{{{
iwpriv msh0 mesh_set_cw 0 /* for disabling DCW */
iwpriv msh0 mesh_set_cw 1 /* for enabling DCW */
iwpriv msh0 mesh_get_cw /* Check the current DCW status */
}}}
3. Adding MODULE_TYPE signature flag in flash for boot2 version 0x311b so
that boot2 version 0x311b does not wait for infinite time for downloading
firmware from the host.
=== Bug Fixes ===
none
=== Download from: ===
http://dev.laptop.org/pub/firmware/libertas/usb8388-5.110.22.p20.bin
--
Ticket URL: <http://dev.laptop.org/ticket/8750>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list