Changeset 11280 for src/router/services/sysinit/sysinit-whrag108.c
- Timestamp:
- 12/23/08 14:53:57 (4 years ago)
- File:
-
- 1 edited
-
src/router/services/sysinit/sysinit-whrag108.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/sysinit-whrag108.c
r10736 r11280 216 216 217 217 insmod( "ath_hal" ); 218 insmod( "ath_ahb" ); 218 if( nvram_get( "rate_control" ) != NULL ) 219 { 220 char rate[64]; 221 222 sprintf( rate, "ratectl=%s", nvram_safe_get( "rate_control" ) ); 223 eval( "insmod", "ath_ahb", rate ); 224 } 225 else 226 { 227 insmod( "ath_ahb" ); 228 } 219 229 220 230 system2( "echo 2 >/proc/sys/dev/wifi0/ledpin" );
Note: See TracChangeset
for help on using the changeset viewer.
