summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-12-31 19:53:47 +0000
committerSteven Barth <steven@midlink.org>2008-12-31 19:53:47 +0000
commita3d603df27571ae4fa67cbc11b0ed04f1de0723e (patch)
tree32fc15a03e296819793d7fc6e8ceb044fcd20a56 /modules/admin-full
parentf1c54fddcc43d00167ad4af35e6e871f43bd31ba (diff)
Rename wireless.wifi-device.mode to wireless.wifi-device.hwmode
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua2
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 6d46a541f..b64190bc0 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@ -62,7 +62,7 @@ end
------------------- Madwifi Device ------------------
if hwtype == "atheros" then
- 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")