Changeset 10867


Ignore:
Timestamp:
11/11/08 16:50:25 (5 years ago)
Author:
BrainSlayer
Message:

maxassoc typo

File:
1 edited

Legend:

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

    r10864 r10867  
    36083608        showRadio( wp, "wl_adv.label11", ssid ); 
    36093609 
    3610 if (nvram_nmatch("ap","%s_mode",prefix) && nvram_nmatch("wdsap","%s_mode",prefix) && nvram_nmatch("infra","%s_mode",prefix)) 
     3610if (nvram_nmatch("ap","%s_mode",prefix) || nvram_nmatch("wdsap","%s_mode",prefix) || nvram_nmatch("infra","%s_mode",prefix)) 
    36113611    { 
    36123612        sprintf( power, "%s_maxassoc", prefix ); 
     
    42404240#endif 
    42414241#ifdef HAVE_MADWIFI 
    4242 if (nvram_nmatch("ap","%s_mode",prefix) && nvram_nmatch("wdsap","%s_mode",prefix) && nvram_nmatch("infra","%s_mode",prefix)) 
     4242if (nvram_nmatch("ap","%s_mode",prefix) || nvram_nmatch("wdsap","%s_mode",prefix) || nvram_nmatch("infra","%s_mode",prefix)) 
    42434243    { 
    42444244    sprintf( power, "%s_maxassoc", prefix ); 
Note: See TracChangeset for help on using the changeset viewer.