From: Ben Hutchings Date: Fri, 10 Sep 2010 06:41:00 +0000 (+0000) Subject: sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count X-Git-Tag: v2.6.37-rc1~147^2~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdc2cfc8af6d1045c844b9e24a7910b57232065;p=pandora-kernel.git sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count Calculating rx_bad as rx_packets - rx_good is unnecessary and incorrect, since rx_good does not include control frames (e.g. pause frames) and rx_packets does. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed