From: Ben Hutchings Date: Thu, 1 Oct 2009 11:58:24 +0000 (+0000) Subject: net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() X-Git-Tag: v2.6.33-rc1~388^2~946 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f0a394c6573f4cb65a13095288ab9b9f8135f9;p=pandora-kernel.git net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() These string query operations were supposed to be replaced by the generic get_sset_count() starting in 2007. Convert the remaining implementations. Also remove calls to these operations to initialise drvinfo->n_stats. The ethtool core code already does that. Signed-off-by: Ben Hutchings Acked-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed