Changeset 12640
- Timestamp:
- 08/13/09 13:53:28 (4 years ago)
- Location:
- src/router
- Files:
-
- 2 edited
-
httpd/visuals/dd-wrt.c (modified) (1 diff)
-
services/networking/madwifi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/dd-wrt.c
r12595 r12640 4164 4164 websWrite( wp, "</select>\n" ); 4165 4165 websWrite( wp, "</div>\n" );*/ 4166 #elif defined(HAVE_EOC1650)4166 //#elif defined(HAVE_EOC1650) 4167 4167 /* websWrite( wp, 4168 4168 "<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 1198 1198 // int tx = 0; // fix to internal path, since both antennas use the same connector. so only the switch matters 1199 1199 // int diva = 1; //1;// atoi( nvram_default_get( diversity, "0" ) ); 1200 #elif defined(HAVE_EOC1650)1200 //#elif defined(HAVE_EOC1650) 1201 1201 // int rx = 2; //atoi( nvram_default_get( txantenna, "2" ) ); // secondary antenna output is the internal antenna and should be used as default value 1202 1202 // 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 matters1205 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" ) ); 1206 1206 #else 1207 1207 int rx = atoi(nvram_default_get(rxantenna, "1"));
Note: See TracChangeset
for help on using the changeset viewer.
