modules/admin-full: don't expose ht capabilities in wifi config
This commit is contained in:
parent
acc4524a84
commit
7867017972
1 changed files with 5 additions and 5 deletions
|
@ -131,9 +131,9 @@ if hwtype == "mac80211" then
|
|||
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"),
|
||||
|
|
Loading…
Reference in a new issue