Ticket #9053 (closed defect: fixed)
Firmware release - 5.110.22.p23
| Reported by: | carrano | Owned by: | cscott |
|---|---|---|---|
| Priority: | normal | Milestone: | 8.2.1 |
| Component: | wireless | Version: | not specified |
| Keywords: | 8.2.1:+ | Cc: | mbletsas, jcardona, ashishs |
| Action Needed: | test in build | Verified: | no |
| Deployments affected: | Blocked By: | ||
| Blocking: | #8667 |
Description
Bug fixes
1. Fix for OLPC ticket 8666
2. Fix for OLPC ticket 8667
3. Fix for bug28263, WOL filter should not accept existing WOL rule.
4. Fix for bug28544, API to set/get probe response retry limit.
For changing value of Probe Response Retry Limit Command will be
iwpriv msh0 prspretrylt #VALUE /* Argument will be new value */
For example: for changing value of probe response retry limit to 10
iwpriv msh0 prspretrylt 10For retrieving value of Probe response retry limit command will be
iwpriv msh0 prspretrylt /* No argument required */
5. Fix for bug28660
When the XO is in the infra mode and if it tries to connect to a non-existing AP, after the "iwconfig eth0 essid <non-existing_AP> mode man-" command is issued the XO stops beaconing
Notes
1. Driver patch is required to support API for get/set probe response retry limit.
Driver should add command CMD_ACT_SET (0x00) or CMD_ACT_GET (0x01) followed by data while sending CMD_ACT_MESH_SET_GET_PRB_RSP_RETRY_LIMIT to firmware.
Download from
http://dev.laptop.org/pub/firmware/libertas/usb8388-5.110.22.p22.bin
md5sum: b1c4a4382389ad5e9f4982622aa0a8b1


