From: Ben Hutchings Date: Tue, 7 Dec 2010 19:02:27 +0000 (+0000) Subject: sfc: Remove filter table IDs from filter functions X-Git-Tag: v2.6.38-rc1~476^2~275^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8891681af928f1da795cd4bd59043e5e0fadd6c8;p=pandora-kernel.git sfc: Remove filter table IDs from filter functions The separation between filter tables is largely an internal detail and it may be removed in future hardware. To prepare for that: - Merge table ID with filter index to make an opaque filter ID - Wrap efx_filter_table_clear() with a function that clears filters from both RX tables, which is all that the current caller requires Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed