From: Stephen Hemminger <shemminger@vyatta•com>
To: David Miller <davem@davemloft•net>
Cc: florz@florz•de, netdev@vger•kernel.org
Subject: Re: [PATCH] skge: restore multicast rx filter on resume
Date: Tue, 27 Dec 2011 09:56:35 -0800 [thread overview]
Message-ID: <20111227095635.19087752@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <20111226.151754.417402855307646295.davem@davemloft.net>
On Mon, 26 Dec 2011 15:17:54 -0500 (EST)
David Miller <davem@davemloft•net> wrote:
> From: Florian Zumbiehl <florz@florz•de>
> Date: Sun, 25 Dec 2011 09:18:33 +0100
>
> > skge: restore multicast rx filter on resume
> >
> > Signed-off-by: Florian Zumbiehl <florz@florz•de>
>
> Stephen? This one looks fine to me.
>
> > diff --git a/drivers/net/skge.c b/drivers/net/skge.c
> > index f4be5c7..cd968e5 100644
> > --- a/drivers/net/skge.c
> > +++ b/drivers/net/skge.c
> > @@ -4046,6 +4046,7 @@ static int skge_resume(struct device *dev)
> > dev_close(dev);
> > goto out;
> > }
> > + skge_set_multicast(dev);
> > }
> > }
> > out:
Right idea, but it needs to be done in a different spot to catch
all the other device restart cases like changing settings.
next prev parent reply other threads:[~2011-12-27 17:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-25 8:18 [PATCH] skge: restore multicast rx filter on resume Florian Zumbiehl
2011-12-26 20:17 ` David Miller
2011-12-27 17:56 ` Stephen Hemminger [this message]
2011-12-28 7:41 ` Florian Zumbiehl
2011-12-28 17:27 ` Stephen Hemminger
2011-12-28 18:09 ` David Miller
2011-12-29 6:48 ` Florian Zumbiehl
2011-12-29 7:56 ` David Miller
2011-12-29 16:18 ` Stephen Hemminger
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=20111227095635.19087752@nehalam.linuxnetplumber.net \
--to=shemminger@vyatta$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=florz@florz$(echo .)de \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox