From: Ben Hutchings Date: Tue, 9 Jul 2013 16:12:49 +0000 (+0100) Subject: sfc: Fix lookup of default RX MAC filters when steered using ethtool X-Git-Tag: v3.11-rc7~11^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3851b0acc5a75bd33c6d344a2e4f920e1622ff0;p=pandora-kernel.git sfc: Fix lookup of default RX MAC filters when steered using ethtool commit 385904f819e3 ('sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filters') used the wrong name to find the index of default RX MAC filters at insertion/ update time. This could result in memory corruption and would in any case silently fail to update the filter. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed