j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-06-02 00:56:19 +0200 (Sat, 02 Jun 2007) New Revision: 433
Modified: dev/usb2/device/wlan/usb8388.fth Log: OLPC WLAN driver - Don't implement EC-based WLAN reset directly, instead call out to a reset routine defined elsewhere.
Modified: dev/usb2/device/wlan/usb8388.fth =================================================================== --- dev/usb2/device/wlan/usb8388.fth 2007-06-01 18:20:38 UTC (rev 432) +++ dev/usb2/device/wlan/usb8388.fth 2007-06-01 22:56:19 UTC (rev 433) @@ -510,13 +510,7 @@ \ Reset \ =========================================================================
-: reset-wlan ( -- ) - fc25 dup " ec@" evaluate 40 invert and swap " ec!" evaluate \ Assert WLAN_RESET# - fc15 dup " ec@" evaluate 40 or swap " ec!" evaluate \ Enable output - 100 ms - fc15 dup " ec@" evaluate 40 invert and swap " ec!" evaluate \ Disable output - 5 ms -; +: reset-wlan ( -- ) " wlan-reset" evaluate ;
\ ========================================================================= \ MAC address