From: Chris Leech Date: Tue, 10 Mar 2009 16:00:24 +0000 (+0000) Subject: ixgbe: fix multiple unicast address support X-Git-Tag: v2.6.29~34^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90d400c2b65c7bf038d3646780f4a81f602cd19;p=pandora-kernel.git ixgbe: fix multiple unicast address support Multiple unicast address support appears to have been broken with the change to support net_device_ops. This a regression from 2.6.28 to 2.6.29. I'm not 100% on whether ndo_set_multicast_list can be NULL after this or not. If ndo_set_rx_mode is set everything _should_ be using it. Signed-off-by: Chris Leech Acked-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed