[openfirmware] [commit] r3701 - dev

repository service svn at openfirmware.info
Thu Aug 29 05:06:47 CEST 2013


Author: quozl
Date: Thu Aug 29 05:06:47 2013
New Revision: 3701
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3701

Log:
libertas - fix backward logic for selecting scan time based on scan time, regression introduced in r3633

Modified:
   dev/libertas.fth

Modified: dev/libertas.fth
==============================================================================
--- dev/libertas.fth	Thu Aug 15 01:51:08 2013	(r3700)
+++ dev/libertas.fth	Thu Aug 29 05:06:47 2013	(r3701)
@@ -1167,7 +1167,7 @@
    +xb                          \ Band #
    +xb                          \ Channel #
    scan-type dup +xb            \ Scan type - 0:active  or  1:passive
-   if  d# 30  else  d# 110  then
+   if  d# 110  else  d# 30  then
    dup +xw                      \ Min scan time
    +xw                          \ Max scan time ( r: payload' )
    'x r@ -  r> 2- le-w!                         ( )



More information about the openfirmware mailing list