Changeset 10867
- Timestamp:
- 11/11/08 16:50:25 (5 years ago)
- File:
-
- 1 edited
-
src/router/httpd/visuals/dd-wrt.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/dd-wrt.c
r10864 r10867 3608 3608 showRadio( wp, "wl_adv.label11", ssid ); 3609 3609 3610 if (nvram_nmatch("ap","%s_mode",prefix) && nvram_nmatch("wdsap","%s_mode",prefix) &&nvram_nmatch("infra","%s_mode",prefix))3610 if (nvram_nmatch("ap","%s_mode",prefix) || nvram_nmatch("wdsap","%s_mode",prefix) || nvram_nmatch("infra","%s_mode",prefix)) 3611 3611 { 3612 3612 sprintf( power, "%s_maxassoc", prefix ); … … 4240 4240 #endif 4241 4241 #ifdef HAVE_MADWIFI 4242 if (nvram_nmatch("ap","%s_mode",prefix) && nvram_nmatch("wdsap","%s_mode",prefix) &&nvram_nmatch("infra","%s_mode",prefix))4242 if (nvram_nmatch("ap","%s_mode",prefix) || nvram_nmatch("wdsap","%s_mode",prefix) || nvram_nmatch("infra","%s_mode",prefix)) 4243 4243 { 4244 4244 sprintf( power, "%s_maxassoc", prefix );
Note: See TracChangeset
for help on using the changeset viewer.
