From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next 2.6 PATCH] net/pcmcia: convert to use netdev_for_each_mc_addr Date: Fri, 19 Feb 2010 13:18:09 -0800 (PST) Message-ID: <20100219.131809.123982708.davem@davemloft.net> References: <20100219184847.GG6598@psychotron.redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: jpirko@redhat.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:35620 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751417Ab0BSVRw (ORCPT ); Fri, 19 Feb 2010 16:17:52 -0500 In-Reply-To: <20100219184847.GG6598@psychotron.redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Fri, 19 Feb 2010 19:48:47 +0100 > removed fill_multicast_tbl function in smc91c92_cs and do the work inline > > rewritten set_addresses function in xirc2ps_cs. This was kinda headache. > Simulated the original and new functions and they bahave the same. > > Signed-off-by: Jiri Pirko Applied.