From: Frank Pavlic Date: Thu, 10 Nov 2005 12:49:28 +0000 (+0100) Subject: [PATCH] s390: qeth multicast address registration fixed X-Git-Tag: v2.6.15-rc1~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c88ad2ded1de1fe87e917b4a0a45873939c16e1;p=pandora-kernel.git [PATCH] s390: qeth multicast address registration fixed [patch 3/7] s390: qeth multicast address registration fixed From: Klaus Dieter Wacker - 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 diffstat: qeth_main.c | 106 +++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 80 insertions(+), 26 deletions(-) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed