Re: [PATCH net-next-2.6 0/4] net: change the way mc_list is accessed

2009-10-22 Thread Jiri Pirko
wrong subject... reposting... Thu, Oct 22, 2009 at 03:54:47PM CEST, jpi...@redhat.com wrote: >Signed-off-by: Jiri Pirko >--- > drivers/media/dvb/dvb-core/dvb_net.c | 22 +++--- > 1 files changed, 7 insertions(+), 15 deletions(-) > >diff --git a/drivers/media/dvb/dvb-core/dvb_net.

Re: [PATCH net-next-2.6 0/4] net: change the way mc_list is accessed

2009-10-22 Thread Jiri Pirko
Signed-off-by: Jiri Pirko --- drivers/media/dvb/dvb-core/dvb_net.c | 22 +++--- 1 files changed, 7 insertions(+), 15 deletions(-) diff --git a/drivers/media/dvb/dvb-core/dvb_net.c b/drivers/media/dvb/dvb-core/dvb_net.c index 8c9ae0a..eb50fb0 100644 --- a/drivers/media/dvb/dvb-

[PATCH net-next-2.6 0/4] net: change the way mc_list is accessed

2009-10-22 Thread Jiri Pirko
In a struct net_device, multicast addresses are stored using a self-made linked list. To convert this to list_head list there would be needed to do the change in all (literally all) network device drivers at once. To solve this situation and also to make device drivers' code prettier I'm introduci