From: "John W. Linville" <linville@tuxdriver.com>
To: netdev@vger.kernel.org
Subject: Just "[PATCH]..." -- Re: [PATCH 1/5] rndis_host: support ETHTOOL_GPERMADDR
Date: Tue, 6 Oct 2009 17:39:25 -0400 [thread overview]
Message-ID: <20091006213924.GE2911@tuxdriver.com> (raw)
In-Reply-To: <1254863142-14698-1-git-send-email-linville@tuxdriver.com>
On Tue, Oct 06, 2009 at 05:05:42PM -0400, John W. Linville wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> drivers/net/usb/rndis_host.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/usb/rndis_host.c b/drivers/net/usb/rndis_host.c
> index d032bba..0caa800 100644
> --- a/drivers/net/usb/rndis_host.c
> +++ b/drivers/net/usb/rndis_host.c
> @@ -418,6 +418,7 @@ generic_rndis_bind(struct usbnet *dev, struct usb_interface *intf, int flags)
> goto halt_fail_and_release;
> }
> memcpy(net->dev_addr, bp, ETH_ALEN);
> + memcpy(net->perm_addr, bp, ETH_ALEN);
>
> /* set a nonzero filter to enable data transfers */
> memset(u.set, 0, sizeof *u.set);
Ooops...ignore the "1/5" part -- this is the only one...
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
next prev parent reply other threads:[~2009-10-06 21:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-06 21:05 [PATCH 1/5] rndis_host: support ETHTOOL_GPERMADDR John W. Linville
2009-10-06 21:39 ` John W. Linville [this message]
2009-10-06 22:01 ` Just "[PATCH]..." -- " David Miller
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=20091006213924.GE2911@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=netdev@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.