From: John W. Linville Date: Mon, 12 Sep 2005 14:48:59 +0000 (-0400) Subject: [PATCH] e100: correct rx_dropped and add rx_missed_errors X-Git-Tag: v2.6.14-rc2~39^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf7130b087a9bd1b9d03dbf452630243210d22e;p=pandora-kernel.git [PATCH] e100: correct rx_dropped and add rx_missed_errors Do not count non-error frames dropped by the hardware as part of rx_dropped. Instead, count those frames dropped as rx_missed_errors. Also, do not count other error frames as part of rx_dropped. Finally, do not count oversized frames in rx_dropped (since they are counted as part of rx_length_errors). Signed-off-by: John W. Linville Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed