From: Ben Hutchings Date: Tue, 13 Sep 2011 18:47:48 +0000 (+0100) Subject: sfc: Remove efx_nic_type::push_multicast_hash operation X-Git-Tag: v3.4-rc1~177^2~452^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b81cda9516878906b44fed16aac9df1dbb89c7;p=pandora-kernel.git sfc: Remove efx_nic_type::push_multicast_hash operation Both implementations of efx_nic_type::reconfigure_mac operation push the multicast hash filter to the hardware. It is therefore redundant to call efx_nic_type::push_multicast_hash as well. efx_mcdi_mac_reconfigure() also uses this operation, but the implementation for Siena just uses MCDI anyway. Merge that into efx_mcdi_mac_reconfigure(). Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed