From: Ben Hutchings Date: Thu, 5 Sep 2013 21:50:59 +0000 (+0100) Subject: sfc: Clean up validation of datapath capabilities X-Git-Tag: v3.12-rc2~14^2~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a2538a48309b9aac12e517782e1fa514a0f9b3;p=pandora-kernel.git sfc: Clean up validation of datapath capabilities Rename efx_ef10_init_capabilities() to the more specific efx_ef10_init_datapath_caps(). Stop accepting short responses to MC_CMD_GET_CAPABILITIES; we don't need to support pre-production firmware. Move the check for RX prefix support from efx_ef10_probe() into efx_ef10_init_datapath_caps() and use consistent error messages for missing TSO support and missing RX prefix support. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed