Changeset 5782

Show
Ignore:
Timestamp:
03/09/10 22:22:17 (3 years ago)
Author:
jow
Message:

modules/admin-full: don't expose ht capabilities in wifi config

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua

    r5772 r5782  
    131131    htmode:value("HT40-", translate("40MHz 2nd channel below")) 
    132132    htmode:value("HT40+", translate("40MHz 2nd channel above")) 
    133      
    134     htcapab = s:taboption("advanced", DynamicList, "ht_capab", translate("HT capabilities")) 
    135     htcapab:depends("hwmode", "11na") 
    136     htcapab:depends("hwmode", "11ng") 
    137      
     133 
     134    --htcapab = s:taboption("advanced", DynamicList, "ht_capab", translate("HT capabilities")) 
     135    --htcapab:depends("hwmode", "11na") 
     136    --htcapab:depends("hwmode", "11ng") 
     137 
    138138    s:taboption("advanced", Value, "country", translate("Country Code"), translate("Use ISO/IEC 3166 alpha2 country codes.")) 
    139139    s:taboption("advanced", Value, "distance", translate("Distance Optimization"),