Index: /luci/branches/luci-0.10/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
===================================================================
--- /luci/branches/luci-0.10/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua	(revision 7233)
+++ /luci/branches/luci-0.10/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua	(revision 7235)
@@ -437,6 +437,6 @@
 	mp = s:taboption("macfilter", ListValue, "macpolicy", translate("MAC-Address Filter"))
 	mp:value("", translate("disable"))
-	mp:value("deny", translate("Allow listed only"))
-	mp:value("allow", translate("Allow all except listed"))
+	mp:value("allow", translate("Allow listed only"))
+	mp:value("deny", translate("Allow all except listed"))
 
 	ml = s:taboption("macfilter", DynamicList, "maclist", translate("MAC-List"))
@@ -512,6 +512,6 @@
 	mp = s:taboption("macfilter", ListValue, "macpolicy", translate("MAC-Address Filter"))
 	mp:value("", translate("disable"))
-	mp:value("deny", translate("Allow listed only"))
-	mp:value("allow", translate("Allow all except listed"))
+	mp:value("allow", translate("Allow listed only"))
+	mp:value("deny", translate("Allow all except listed"))
 	ml = s:taboption("macfilter", DynamicList, "maclist", translate("MAC-List"))
 	ml:depends({macpolicy="allow"})
