luci-0.9: merge r6035

This commit is contained in:
Jo-Philipp Wich 2010-04-07 21:59:19 +00:00
parent 80be0c046d
commit 9391668d82

View file

@ -123,6 +123,12 @@ end
if hwtype == "broadcom" then
s:option(Value, "txpower", translate("a_w_txpwr"), "dBm").rmempty = true
mode = s:option(ListValue, "hwmode", translate("mode"))
mode:value("11bg", "802.11b+g")
mode:value("11b", "802.11b")
mode:value("11g", "802.11g")
mode:value("11gst", "802.11g + Turbo")
mp = s:option(ListValue, "macfilter", translate("wifi_macpolicy"))
mp.optional = true
mp:value("")