- Timestamp:
- 11/06/11 18:16:06 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.10/modules/freifunk/luasrc/view/freifunk/adminindex.htm
r7867 r7887 43 43 local device = section[".name"] 44 44 local url = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "network", "wireless") 45 if section.diversity ~= "0" and section.disabled ~= "1" then45 if section.diversity ~= "0" and section.disabled ~= "1" and section.type ~= "mac80211" then 46 46 print('<div class="error">' .. translate("Diversity is enabled for device") .. ' <b>' .. device .. '</b>. ' 47 47 .. translate("Go to") .. ' <a href="' .. url .. '">' .. translate("wireless settings") .. '</a> ' ..
