luci-0.8: Merge r4441
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Apr 2009 00:18:40 +0000 (00:18 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Apr 2009 00:18:40 +0000 (00:18 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
modules/admin-mini/luasrc/model/cbi/mini/wifi.lua

index 08861448eb196882fe6e96fde6c9185c23f19786..e9261a3796fa6f7eeda4c2958e538c2df9b7877b 100644 (file)
@@ -66,7 +66,7 @@ end
 ------------------- Madwifi Device ------------------
 
 if hwtype == "atheros" then
-       mode = s:option(ListValue, "hwmode", translate("mode"))
+       mode = s:option(ListValue, "mode", translate("mode"))
        mode:value("", translate("wifi_auto"))
        mode:value("11b", "802.11b")
        mode:value("11g", "802.11g")
index e87e7ed6e04a45f9be80c6cb646e8d36e1afa0c0..6cf087432f59f03683b3fd4f5a6f54571f5f8036 100644 (file)
@@ -150,7 +150,7 @@ end
 local hwtype = m:get(wifidevs[1], "type")
 
 if hwtype == "atheros" then
-       mode = s:option(ListValue, "hwmode", translate("mode"))
+       mode = s:option(ListValue, "mode", translate("mode"))
        mode.override_values = true
        mode:value("", "auto")
        mode:value("11b", "802.11b")