[openfirmware] [commit] r3361 - dev

repository service svn at openfirmware.info
Thu Oct 11 09:50:32 CEST 2012


Author: quozl
Date: Thu Oct 11 09:50:31 2012
New Revision: 3361
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3361

Log:
OLPC WLAN driver - report 802.11n firmware capability when present, tested on XO-4 B1 with 8686 and 8787

Modified:
   dev/libertas.fth

Modified: dev/libertas.fth
==============================================================================
--- dev/libertas.fth	Thu Oct 11 08:03:46 2012	(r3360)
+++ dev/libertas.fth	Thu Oct 11 09:50:31 2012	(r3361)
@@ -646,7 +646,8 @@
    ."  802.11"
    dup h# 400 and  if  ." a"  then
    dup h# 100 and  if  ." b"  then
-   dup h# 200 and  if  ." g"  then  ." ;"
+   dup h# 200 and  if  ." g"  then
+   dup h# 800 and  if  ." n"  then  ." ;"
    dup h#   1 and  if  ."  WPA;" then
    dup h#   2 and  if  ."  PS;" then
    dup h#   8 and  if  ."  EEPROM does not exit;"  then



More information about the openfirmware mailing list