luci-0.8: merge r4711
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / wifi.lua
index 9227fd2..482341c 100644 (file)
@@ -58,7 +58,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")