Show
Ignore:
Timestamp:
11/06/11 18:16:06 (19 months ago)
Author:
soma
Message:

luci-0.10: Merge r7886

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.10/modules/freifunk/luasrc/view/freifunk/adminindex.htm

    r7867 r7887  
    4343    local device = section[".name"] 
    4444    local url = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "network", "wireless") 
    45     if section.diversity ~= "0" and section.disabled ~= "1" then 
     45    if section.diversity ~= "0" and section.disabled ~= "1" and section.type ~= "mac80211" then 
    4646        print('<div class="error">' .. translate("Diversity is enabled for device") .. ' <b>' .. device .. '</b>. ' 
    4747        .. translate("Go to") .. ' <a href="' .. url .. '">' .. translate("wireless settings") .. '</a> ' ..