Author: wmb Date: Mon Oct 3 23:17:21 2011 New Revision: 2569 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2569
Log: Libertas WLAN driver - access ssid-reset? in a way that works both from FCode and hard-compiled.
Modified: dev/libertas.fth
Modified: dev/libertas.fth ============================================================================== --- dev/libertas.fth Mon Oct 3 23:16:03 2011 (r2568) +++ dev/libertas.fth Mon Oct 3 23:17:21 2011 (r2569) @@ -2094,7 +2094,7 @@ " (do-associate)" $call-supplicant if \ Success " target-mac$" $call-supplicant disassociate - true to ssid-reset? + " true to ssid-reset?" ['] evaluate catch if 2drop then false else true
openfirmware@openfirmware.info