lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 06 Oct 2009 15:01:58 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	linville@...driver.com
Cc:	netdev@...r.kernel.org
Subject: Re: Just "[PATCH]..." -- Re: [PATCH 1/5] rndis_host: support
 ETHTOOL_GPERMADDR

From: "John W. Linville" <linville@...driver.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@...driver.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 :-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ