summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-mini
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-29 20:18:32 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-29 20:18:32 +0000
commit1a33ff8c67a9897de7b7a08de8348b0cab5f8cba (patch)
tree0dc0dd8c4a9737061597e27d9ec9de34b364b7fe /modules/admin-mini
parent601deffafc9e2388f6bf4e78de090d076416e96f (diff)
modules/admin-{mini,full}: rename "mode" to "hwmode"
Diffstat (limited to 'modules/admin-mini')
-rw-r--r--modules/admin-mini/luasrc/model/cbi/mini/wifi.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-mini/luasrc/model/cbi/mini/wifi.lua b/modules/admin-mini/luasrc/model/cbi/mini/wifi.lua
index 7d05fb053..ee423f3b4 100644
--- a/modules/admin-mini/luasrc/model/cbi/mini/wifi.lua
+++ b/modules/admin-mini/luasrc/model/cbi/mini/wifi.lua
@@ -150,7 +150,7 @@ end
local hwtype = m:get(wifidevs[1], "type")
if hwtype == "atheros" then
- mode = s:option(ListValue, "mode", translate("mode"))
+ mode = s:option(ListValue, "hwmode", translate("mode"))
mode.override_values = true
mode:value("", "auto")
mode:value("11b", "802.11b")