luci-0.8: Merge r4441
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / wifi.lua
index 0886144..e9261a3 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")