All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Girish Bn <Girish.BN@lnties.com>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: patch : mac80211:Multicast patch for linux-2.6.28.1 (wl12xx drivers)
Date: Mon, 18 Feb 2013 12:11:53 +0100	[thread overview]
Message-ID: <1361185913.8555.6.camel@jlt4.sipsolutions.net> (raw)
In-Reply-To: <45566970CF58C74CB52107862E0541CD1D1F72A2@POCITMSEXMB02.LntUniverse.com> (sfid-20130218_120856_334947_2BD0FBB7)

On Mon, 2013-02-18 at 11:09 +0000, Girish Bn wrote:
> Hi All,
> 
> The below patch file is required in order for the multicasting to work properly on Linux kernel below 3.2 for wl12xx drivers
> diff -Naur a/net/mac80211/iface.c b/net/mac80211/iface.c
> --- a/net/mac80211/iface.c          2012-09-22 22:59:15.000000000 +0530
> +++ b/net/mac80211/iface.c      2013-02-07 12:06:03.958268798 +0530
> @@ -811,6 +811,9 @@
>                .ndo_uninit                        = ieee80211_teardown_sdata,
>                .ndo_start_xmit                               = ieee80211_subif_start_xmit,
>                .ndo_set_rx_mode        = ieee80211_set_multicast_list,
> +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0))
> +             .ndo_set_multicast_list = ieee80211_set_multicast_list,
> +#endif

LOL.

johannes


  reply	other threads:[~2013-02-18 11:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-18 11:09 patch : mac80211:Multicast patch for linux-2.6.28.1 (wl12xx drivers) Girish Bn
2013-02-18 11:11 ` Johannes Berg [this message]
2013-02-18 11:13   ` Johannes Berg
2013-02-18 11:25     ` Girish Bn
2013-02-18 11:46       ` Johannes Berg

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=1361185913.8555.6.camel@jlt4.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=Girish.BN@lnties.com \
    --cc=linux-wireless@vger.kernel.org \
    /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.