lkml.org 
[lkml]   [2012]   [Dec]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectPorting 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.


\
 
 \ /
  Last update: 2012-12-24 18:01    [W:0.047 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site