commit | e0a76606d6f0dfdb0954ddb2da2c8809329054d6 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Feb 08 09:31:17 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 08 15:11:26 2017 -0500 |
tree | d51d0c3e7f507e4499937cbd774a0a9fa4eee7f5 | |
parent | 662ec2b7e842c0bb1ef482060497c44afa3f1037 [diff] |
net: stmmac: rename rx_crc to rx_crc_errors The ethtool stat counter rx_crc from stmmac is mis-named, the name seems to speak about the number of RX CRC done, but in fact it is about errors. This patch rename it to rx_crc_errors, just like the same ifconfig counter. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>