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:	Sat, 11 Apr 2009 02:56:26 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	a.beregalov@...il.com
Cc:	jan.ceuleers@...puter.org, netdev@...r.kernel.org,
	linux-m68k@...r.kernel.org, geert@...ux-m68k.org
Subject: Re: [PATCH 1/6] ariadne: convert to net_device_ops

From: Alexander Beregalov <a.beregalov@...il.com>
Date: Fri, 10 Apr 2009 21:59:24 +0400

> On Fri, Apr 10, 2009 at 06:13:54PM +0200, Jan Ceuleers wrote:
>> Alexander Beregalov wrote:
>> > 
>> > Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
>> ...
>> > @@ -197,13 +209,8 @@ static int __devinit ariadne_init_one(struct zorro_dev *z,
>> >      dev->mem_start = ZTWO_VADDR(mem_start);
>> >      dev->mem_end = dev->mem_start+ARIADNE_RAM_SIZE;
>> >  
>> > -    dev->open = &ariadne_open;
>> > -    dev->stop = &ariadne_close;
>> > -    dev->hard_start_xmit = &ariadne_start_xmit;
>> > -    dev->tx_timeout = &ariadne_tx_timeout;
>> > +    dev->netdev_ops = &ariadne_netdev_ops;;
>> 
>> We don't really need two semicolons there but I suppose that they won't 
>> hurt.
> Thanks!
> 
> David, please apply this patch

Just FYI I made sure to integrate this fixed up version.
--
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