Changeset 12076


Ignore:
Timestamp:
05/09/09 16:16:22 (4 years ago)
Author:
BrainSlayer
Message:

small fix

Location:
src/router/services/networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/madwifi.c

    r12075 r12076  
    972972    { 
    973973        sysprintf( "iwpriv %s maccmd 2", iface ); 
    974         sleep(1); 
    975974        sysprintf( "ifconfig %s up", iface ); 
    976975        char nvlist[32]; 
     
    985984    { 
    986985        sysprintf( "iwpriv %s maccmd 1", iface ); 
    987         sleep(1); 
    988986        sysprintf( "ifconfig %s up", iface ); 
    989987 
     
    997995        } 
    998996    }else{ 
    999         sleep(1); 
    1000997 //undefined condition 
    1001998        sysprintf( "ifconfig %s up", iface ); 
  • src/router/services/networking/network.c

    r12075 r12076  
    18631863        } 
    18641864    } 
    1865 fprintf(stderr,"%s:%d\n",__func__,__LINE__); 
    18661865    FORK(configure_wifi(  )); 
    1867 fprintf(stderr,"%s:%d\n",__func__,__LINE__); 
    18681866#endif 
    18691867#endif 
     
    18731871    lan_ifname = strdup( nvram_safe_get( "lan_ifname" ) ); 
    18741872    lan_ifnames = strdup( nvram_safe_get( "lan_ifnames" ) ); 
    1875 fprintf(stderr,"%s:%d\n",__func__,__LINE__); 
    18761873 
    18771874    /* 
Note: See TracChangeset for help on using the changeset viewer.