Changeset 11479
- Timestamp:
- 01/19/09 09:21:39 (4 years ago)
- File:
-
- 1 edited
-
src/router/httpd/visuals/dd-wrt.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/dd-wrt.c
r11472 r11479 3138 3138 nvram_match( wl_net_mode, 3139 3139 "mixed" ) ? "selected=\\\"selected\\\"" : "" ); 3140 #ifdef HAVE_MADWIFI 3140 3141 if( has_mimo( prefix ) ) 3142 #else 3143 if( has_mimo( prefix ) && !nvram_nmatch( "a", "%s_phytypes", prefix ) ) 3144 #endif 3141 3145 { 3142 3146 websWrite( wp, … … 3152 3156 if( !strcmp( prefix, "ath1" ) ) 3153 3157 #endif 3158 #ifndef HAVE_MADWIFI 3159 if( !nvram_nmatch( "a", "%s_phytypes", prefix ) ) 3160 #endif 3161 { 3154 3162 websWrite( wp, 3155 3163 "document.write(\"<option value=\\\"b-only\\\" %s>\" + wl_basic.b + \"</option>\");\n", … … 3157 3165 "b-only" ) ? "selected=\\\"selected\\\"" : 3158 3166 "" ); 3167 } 3159 3168 #ifdef HAVE_MADWIFI 3160 3169 #ifdef HAVE_WHRAG108 … … 3187 3196 #endif 3188 3197 #ifndef HAVE_LS5 3198 #ifndef HAVE_MADWIFI 3199 if( !nvram_nmatch( "a", "%s_phytypes", prefix ) ) 3200 #endif 3201 { 3189 3202 websWrite( wp, 3190 3203 "document.write(\"<option value=\\\"g-only\\\" %s>\" + wl_basic.g + \"</option>\");\n", … … 3192 3205 "g-only" ) ? "selected=\\\"selected\\\"" : 3193 3206 "" ); 3207 } 3194 3208 #endif 3195 3209 #endif
Note: See TracChangeset
for help on using the changeset viewer.
