Changeset 10785
- Timestamp:
- 11/05/08 20:38:51 (5 years ago)
- Location:
- src/router
- Files:
-
- 2 edited
-
libutils/wl.c (modified) (1 diff)
-
services/networking/rt2880.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/libutils/wl.c
r10769 r10785 65 65 list[11]=12; 66 66 list[12]=13; 67 #ifdef BUFFALO_JP 68 list[13]=14; 69 return 14; 70 #else 67 71 return 13; 72 #endif 68 73 } 69 74 -
src/router/services/networking/rt2880.c
r10784 r10785 246 246 247 247 fprintf( fp, "Default\n" ); 248 #ifdef BUFFALO_JP 249 fprintf( fp, "CountryRegion=5\n" ); 250 fprintf( fp, "CountryRegionABand=7\n" ); 251 fprintf( fp, "CountryCode=JP\n" ); 252 #else 248 253 fprintf( fp, "CountryRegion=1\n" ); 249 254 fprintf( fp, "CountryRegionABand=7\n" ); 250 255 fprintf( fp, "CountryCode=DE\n" ); 251 256 #endif 252 257 int count = 2; 253 258 // if( nvram_match( "wl0_mode", "apsta" )
Note: See TracChangeset
for help on using the changeset viewer.
