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

This commit is contained in:
Jo-Philipp Wich 2010-03-09 21:22:17 +00:00
parent acc4524a84
commit 7867017972

View file

@ -131,9 +131,9 @@ if hwtype == "mac80211" then
htmode:value("HT40-", translate("40MHz 2nd channel below")) htmode:value("HT40-", translate("40MHz 2nd channel below"))
htmode:value("HT40+", translate("40MHz 2nd channel above")) htmode:value("HT40+", translate("40MHz 2nd channel above"))
htcapab = s:taboption("advanced", DynamicList, "ht_capab", translate("HT capabilities")) --htcapab = s:taboption("advanced", DynamicList, "ht_capab", translate("HT capabilities"))
htcapab:depends("hwmode", "11na") --htcapab:depends("hwmode", "11na")
htcapab:depends("hwmode", "11ng") --htcapab:depends("hwmode", "11ng")
s:taboption("advanced", Value, "country", translate("Country Code"), translate("Use ISO/IEC 3166 alpha2 country codes.")) s:taboption("advanced", Value, "country", translate("Country Code"), translate("Use ISO/IEC 3166 alpha2 country codes."))
s:taboption("advanced", Value, "distance", translate("Distance Optimization"), s:taboption("advanced", Value, "distance", translate("Distance Optimization"),