summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-09 21:22:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-09 21:22:17 +0000
commit7867017972adb7e332a398df03f7de29820e9314 (patch)
tree13b61108bc07b76345a6ff7e63f5c919fda782af /modules
parentacc4524a8468085f52e6dce1e82f5414cc1d5114 (diff)
modules/admin-full: don't expose ht capabilities in wifi config
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
index 8aaf591b7..b79ae109b 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@ -130,11 +130,11 @@ if hwtype == "mac80211" then
htmode:value("HT20", "20MHz")
htmode:value("HT40-", translate("40MHz 2nd channel below"))
htmode:value("HT40+", translate("40MHz 2nd channel above"))
-
- htcapab = s:taboption("advanced", DynamicList, "ht_capab", translate("HT capabilities"))
- htcapab:depends("hwmode", "11na")
- htcapab:depends("hwmode", "11ng")
-
+
+ --htcapab = s:taboption("advanced", DynamicList, "ht_capab", translate("HT capabilities"))
+ --htcapab:depends("hwmode", "11na")
+ --htcapab:depends("hwmode", "11ng")
+
s:taboption("advanced", Value, "country", translate("Country Code"), translate("Use ISO/IEC 3166 alpha2 country codes."))
s:taboption("advanced", Value, "distance", translate("Distance Optimization"),
translate("Distance to farthest network member in meters."))