Changeset 10724


Ignore:
Timestamp:
11/01/08 12:30:49 (5 years ago)
Author:
BrainSlayer
Message:

new channel list code

File:
1 edited

Legend:

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

    r10723 r10724  
    28412841            int i; 
    28422842 
     2843            websWrite( wp,"document.write(\"<option value=0 %s>\" + share.auto + \"</option>\");\n",nvram_nmatch("0","%s_channel",prefix)?"selected":"" ); 
    28432844            for( i = 0; i < chancount; i++ ) 
    28442845            { 
     
    40024003        if( has_mimo( prefix ) 
    40034004            && ( 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 ) ) ) 
    40054006        { 
    40064007 
Note: See TracChangeset for help on using the changeset viewer.