netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: linville@tuxdriver.com
Cc: netdev@vger.kernel.org
Subject: Re: Just "[PATCH]..." -- Re: [PATCH 1/5] rndis_host: support ETHTOOL_GPERMADDR
Date: Tue, 06 Oct 2009 15:01:58 -0700 (PDT)	[thread overview]
Message-ID: <20091006.150158.114563123.davem@davemloft.net> (raw)
In-Reply-To: <20091006213924.GE2911@tuxdriver.com>

From: "John W. Linville" <linville@tuxdriver.com>
Date: Tue, 6 Oct 2009 17:39:25 -0400

> 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...

Ok :-)

      reply	other threads:[~2009-10-06 22:02 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 ` Just "[PATCH]..." -- " John W. Linville
2009-10-06 22:01   ` David Miller [this message]

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=20091006.150158.114563123.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).