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