Revision 6c88ad2ded1de1fe87e917b4a0a45873939c16e1 authored by Frank Pavlic on 10 November 2005, 12:49:28 UTC, committed by Jeff Garzik on 11 November 2005, 13:26:21 UTC
[patch 3/7] s390: qeth multicast address registration fixed

From: Klaus Dieter Wacker <kdwacker@de.ibm.com>
	- when running in Layer2 mode we don't have to register
	  the multicast IP address but only group mac address.
	  Therefore for Layer 2 devices it is enough to go
	  through dev->mc_list list and register these entries.

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>

diffstat:
 qeth_main.c |  106 +++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 80 insertions(+), 26 deletions(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
1 parent 508cc2b
History
File Mode Size
Makefile -rw-r--r-- 1.1 KB
genksyms.c -rw-r--r-- 14.8 KB
genksyms.h -rw-r--r-- 2.9 KB
keywords.c_shipped -rw-r--r-- 4.6 KB
keywords.gperf -rw-r--r-- 1.2 KB
lex.c_shipped -rw-r--r-- 50.1 KB
lex.l -rw-r--r-- 7.7 KB
parse.c_shipped -rw-r--r-- 49.4 KB
parse.h_shipped -rw-r--r-- 983 bytes
parse.y -rw-r--r-- 10.1 KB

back to top