All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jon Smirl" <jonsmirl@gmail.com>
To: linux-wireless@vger.kernel.org, rt2400-devel@lists.sourceforge.net
Subject: Re: IFF_BROADCAST and dscape
Date: Wed, 7 Feb 2007 00:39:24 -0500	[thread overview]
Message-ID: <9e4733910702062139x7157baacx2d47caffb4f4021@mail.gmail.com> (raw)
In-Reply-To: <9e4733910702061846y3117ff20g9bf234b25cb91116@mail.gmail.com>

On 2/6/07, Jon Smirl <jonsmirl@gmail.com> 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@gmail.com

  reply	other threads:[~2007-02-07  5:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-07  2:46 IFF_BROADCAST and dscape Jon Smirl
2007-02-07  5:39 ` Jon Smirl [this message]
2007-02-08 19:01 ` [PATCH] d80211: use default flags on virtual interfaces Michael Wu
2007-02-08 19:46   ` Jiri Benc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9e4733910702062139x7157baacx2d47caffb4f4021@mail.gmail.com \
    --to=jonsmirl@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=rt2400-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.