[OpenBIOS] r714 - dev/usb2/device/wlan

svn at openbios.org svn at openbios.org
Wed Nov 7 08:27:51 CET 2007


Author: wmb
Date: 2007-11-07 08:27:51 +0100 (Wed, 07 Nov 2007)
New Revision: 714

Modified:
   dev/usb2/device/wlan/fw8388.fth
Log:
OLPC trac 4637 - workaround the "returns the wrong MAC address" problem by
waiting 200 ms after firmware download before reading the MAC address.
(A better fix in the Libertas firmware is expected in a few days.)


Modified: dev/usb2/device/wlan/fw8388.fth
===================================================================
--- dev/usb2/device/wlan/fw8388.fth	2007-11-07 07:24:22 UTC (rev 713)
+++ dev/usb2/device/wlan/fw8388.fth	2007-11-07 07:27:51 UTC (rev 714)
@@ -156,6 +156,7 @@
    (download-fw)
    wait-cmd-resp drop			\ A packet is sent after download completes
    ds-ready to driver-state
+   d# 200 ms
    marvel-get-mac-address
 ;
 




More information about the OpenBIOS mailing list