Changeset 10724
- Timestamp:
- 11/01/08 12:30:49 (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
r10723 r10724 2841 2841 int i; 2842 2842 2843 websWrite( wp,"document.write(\"<option value=0 %s>\" + share.auto + \"</option>\");\n",nvram_nmatch("0","%s_channel",prefix)?"selected":"" ); 2843 2844 for( i = 0; i < chancount; i++ ) 2844 2845 { … … 4002 4003 if( has_mimo( prefix ) 4003 4004 && ( nvram_nmatch( "n-only", "%s_net_mode", prefix ) 4004 || nvram_nmatch( "mixed," "%s_net_mode", prefix ) ) )4005 || nvram_nmatch( "mixed," "%s_net_mode", prefix ) || nvram_nmatch( "na-only," "%s_net_mode", prefix ) ) ) 4005 4006 { 4006 4007
Note: See TracChangeset
for help on using the changeset viewer.
