From: Ben Greear Date: Fri, 17 Feb 2012 13:44:23 +0000 (+0000) Subject: e100: Fix rx-over-length statistics. X-Git-Tag: v3.4-rc1~177^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24d65eda97fe51f2996538148e85d309e2460e4;p=pandora-kernel.git e100: Fix rx-over-length statistics. The old code would += the total errors every time stats were gathered. Instead, keep a count of short-pkt and long-pkt counters and then simply add them together for the rx-over-length stat. Signed-off-by: Ben Greear Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed