[openfirmware] [commit] r3379 - dev

repository service svn at openfirmware.info
Mon Oct 22 07:05:47 CEST 2012


Author: quozl
Date: Mon Oct 22 07:05:47 2012
New Revision: 3379
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3379

Log:
Libertas WLAN driver - fix build on XO-1.5, another change of "0 [if]" to "[ifdef] notdef"

Modified:
   dev/libertas.fth

Modified: dev/libertas.fth
==============================================================================
--- dev/libertas.fth	Mon Oct 22 06:22:25 2012	(r3378)
+++ dev/libertas.fth	Mon Oct 22 07:05:47 2012	(r3379)
@@ -1812,7 +1812,7 @@
    respbuf .log
 ;
 
-0 [if]
+[ifdef] notdef
 : set-rssi-v14  ( nbcn ndata -- )
    swap >r >r                                           ( r: antenna action )
    6 h# a4 ( CMD_802_11_RSSI_INFO ) prepare-cmd



More information about the openfirmware mailing list