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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 17 Apr 2009 01:15:22 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	a.beregalov@...il.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH -next 1/2] wan/pc300_drv: convert to net_device_ops

From: Alexander Beregalov <a.beregalov@...il.com>
Date: Fri, 17 Apr 2009 05:48:17 +0400

> On Fri, Apr 17, 2009 at 05:23:02AM +0400, Alexander Beregalov wrote:
>> +static const struct net_device_ops cpc_netdev_ops = {
>> +	.ndo_init		= NULL,
>> +	.ndo_open		= cpc_open,
>> +	.ndo_stop		= cpc_close,
>> +	.ndo_tx_timeout		= cpc_tx_timeout,
>> +	.ndo_set_multicast_list	= NULL,
> 
> In this case ndo_init and ndo_set_multicast_list
> are not needed.
 ...
> wan/pc300_drv: convert to net_device_ops
> 
> 
> Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>

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