diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-29 20:18:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-29 20:18:32 +0000 |
commit | 1a33ff8c67a9897de7b7a08de8348b0cab5f8cba (patch) | |
tree | 0dc0dd8c4a9737061597e27d9ec9de34b364b7fe /modules/admin-full | |
parent | 601deffafc9e2388f6bf4e78de090d076416e96f (diff) |
modules/admin-{mini,full}: rename "mode" to "hwmode"
Diffstat (limited to 'modules/admin-full')
-rw-r--r-- | modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua | 2 |
1 files changed, 1 insertions, 1 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 a08adc58b..7ff138f77 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua @@ -57,7 +57,7 @@ end if hwtype == "atheros" then s:option(Value, "txpower", translate("a_w_txpwr"), "dBm").rmempty = true - mode = s:option(ListValue, "mode", translate("mode")) + mode = s:option(ListValue, "hwmode", translate("mode")) mode:value("", translate("wifi_auto")) mode:value("11b", "802.11b") mode:value("11g", "802.11g") |