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-next>] [day] [month] [year] [list]
Date:	Tue, 25 Dec 2012 00:30:05 +0800
From:	Woody Wu <narkewoody@...il.com>
To:	kernelnewbies@...nelnewbies.org,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Porting problem: ndo_set_multicast_list removed

Hi, list

I am porting an ethernet driver from 2.6.x to 3.7.1.  I found in the new
kernel, the ndo_set_multicast_list method in the net_device_ops had been
removed. What's the story behind?  Can I simply ignore this method
defined in an old driver?

Please also help to check the below code, is the list of the operations
defined for my driver enough or not?

const struct net_device_ops ax_netdev_ops = {
	.ndo_open		= mydriver_open,
	.ndo_stop		= mydriver_close,
	.ndo_start_xmit		= mydriver_start_xmit,
	.ndo_get_stats		= mydriver_get_stats,
	/*.ndo_set_multicast_list = mydriver_set_multicast_list,*/
	.ndo_set_mac_address 	= mydriver_set_mac_address,
};

Thanks in advance.

-- 
woody
I can't go back to yesterday - because I was a different person then.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ