Changeset 13573


Ignore:
Timestamp:
12/31/09 15:32:18 (3 years ago)
Author:
eko
Message:

for channel display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/visuals/wireless_broadcom.c

    r13437 r13573  
    195195                    && (nvram_nmatch("n-only", "%s_net_mode", prefix) 
    196196                        || nvram_nmatch("mixed", "%s_net_mode", prefix) 
    197                         || nvram_nmatch("na-only", "%s_net_mode", prefix)) 
     197                        || nvram_nmatch("na-only", "%s_net_mode", prefix) 
     198                        || nvram_nmatch("n2-only", "%s_net_mode", prefix) 
     199                        || nvram_nmatch("n5-only", "%s_net_mode", prefix) 
     200                        || nvram_nmatch("ng-only", "%s_net_mode", prefix)) 
    198201                    && (nvram_nmatch("40", "%s_nbw", prefix)) 
    199202                    && (nvram_nmatch("ap", "%s_mode", prefix) 
Note: See TracChangeset for help on using the changeset viewer.