[PATCH] e100: correct rx_dropped and add rx_missed_errors
commitecf7130b087a9bd1b9d03dbf452630243210d22e
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 12 Sep 2005 14:48:59 +0000 (12 10:48 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 14 Sep 2005 12:26:16 +0000 (14 08:26 -0400)
treed33278cc14351958dddb8f907f28a530f16e98be
parentbd061bf1ff37e186012c6e2522328b58e5d35ed8
[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 <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/e100.c