From: Ben Hutchings Date: Mon, 14 Jan 2013 21:23:15 +0000 (+0000) Subject: sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filters X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~507^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385904f819e31fcf5a5aa53fa91f3352bffa6d19;p=pandora-kernel.git sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filters These functions happen to work for default MAC filters: they generate an initial index of 1/0 for unicast/multicast respectively and an increment of 1 for either, so a search succeeds at depth 2. But this is a matter of luck rather than design, and it really won't work well with the bug fix we're about to do. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed