Changeset 12640


Ignore:
Timestamp:
08/13/09 13:53:28 (4 years ago)
Author:
BrainSlayer
Message:

allow manual selection for 1650

Location:
src/router
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/visuals/dd-wrt.c

    r12595 r12640  
    41644164    websWrite( wp, "</select>\n" ); 
    41654165    websWrite( wp, "</div>\n" );*/ 
    4166 #elif defined(HAVE_EOC1650) 
     4166//#elif defined(HAVE_EOC1650) 
    41674167/*    websWrite( wp, 
    41684168               "<div class=\"setting\"><div class=\"label\"><script type=\"text/javascript\">Capture(wl_adv.label25)</script></div><select name=\"%s\" >\n", 
  • src/router/services/networking/madwifi.c

    r12622 r12640  
    11981198//      int tx = 0;             // fix to internal path, since both antennas use the same connector. so only the switch matters 
    11991199//      int diva = 1;           //1;// atoi( nvram_default_get( diversity, "0" ) ); 
    1200 #elif defined(HAVE_EOC1650) 
     1200//#elif defined(HAVE_EOC1650) 
    12011201//      int rx = 2;             //atoi( nvram_default_get( txantenna, "2" ) ); // secondary antenna output is the internal antenna and should be used as default value 
    12021202//      int tx = 2;             //atoi( nvram_default_get( txantenna, "2" ) ); 
    1203         int rx = 1; 
    1204         int tx = 0;             // fix to internal path, since both antennas use the same connector. so only the switch matters 
    1205         int diva = 1;           //1;// atoi( nvram_default_get( diversity, "0" ) ); 
     1203//      int rx = 1; 
     1204//      int tx = 0;             // fix to internal path, since both antennas use the same connector. so only the switch matters 
     1205//      int diva = 1;           //1;// atoi( nvram_default_get( diversity, "0" ) ); 
    12061206#else 
    12071207        int rx = atoi(nvram_default_get(rxantenna, "1")); 
Note: See TracChangeset for help on using the changeset viewer.