Changeset 9414


Ignore:
Timestamp:
04/13/08 04:24:35 (5 years ago)
Author:
BrainSlayer
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/tools/overclock_atheros.c

    r9413 r9414  
    8080        { 
    8181          nvram_set ("cpuclk", "200"); 
     82          clk = atoi (nvram_default_get ("cpuclk", "180")); 
    8283          nvram_commit (); 
    8384          putc (0x28, in);      //0x2c for 220 mhz 0x30 for 240 mhz 
     
    8687      fclose (in); 
    8788      eval ("mtd", "-f", "write", "/tmp/boot", "RedBoot"); 
    88     } 
     89    }else 
    8990  if (div == 0x1 && (mul == 0x28 || mul == 0x2c || mul == 0x30)) 
    9091    { 
     
    164165        { 
    165166          nvram_set ("cpuclk", "220"); 
     167          clk = atoi (nvram_default_get ("cpuclk", "180")); 
    166168          nvram_commit (); 
    167169          putc (0xb, in);       //0x2c for 220 mhz 0x30 for 240 mhz 
     
    207209        { 
    208210          nvram_set ("cpuclk", "220"); 
     211          clk = atoi (nvram_default_get ("cpuclk", "180")); 
    209212          nvram_commit (); 
    210213          putc (0xb, in);       //0x2c for 220 mhz 0x30 for 240 mhz 
Note: See TracChangeset for help on using the changeset viewer.