On 2/6/07, Jon Smirl <jonsmirl@xxxxxxxxx> wrote:
Dscape doesn't appear to be setting IFF_BROADCAST. I have an existing app that is refusing to load since it wants that flag. Grepping the dscape source doesn't show IFF_BROADCAST.
This appears to fix the problem, but I'm not 100% if it is the correct fix. Index: ieee80211_iface.c =================================================================== RCS file: /cvsroot/rt2400/source/rt2x00/ieee80211/ieee80211_iface.c,v retrieving revision 1.21 diff -r1.21 ieee80211_iface.c 78c78 < ndev->flags = dev->flags & IFF_MULTICAST; ---
ndev->flags = dev->flags & (IFF_MULTICAST | IFF_BROADCAST);
-- Jon Smirl jonsmirl@xxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html