commit | 1cdc2cfc8af6d1045c844b9e24a7910b57232065 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Fri Sep 10 06:41:00 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 10 12:27:29 2010 -0700 |
tree | 1e285f5ab1089fc936839693de40af5da1b180ff | |
parent | e548833df83c3554229eff0672900bfe958b45fd [diff] |
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 <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>