176373d6ffb9406f5ac6ec7b8ed7e4 parent 1daf417029ddc10b7854430c1e1118df791d0eaf author Ben Hutchings 1315939668 +0100 committer Ben Hutchings 1327623048 +0000 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 9!x