mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 17:49:03 +02:00
rx_long_byte_count shows the value of the GORC (Good Octets Received
Count) register. However, the register value is already shown as
rx_bytes and they always show the same value.
Remove rx_long_byte_count as the Intel ethernet driver e1000e did in
commit
|
||
|---|---|---|
| .. | ||
| defines.h | ||
| ethtool.c | ||
| igbvf.h | ||
| Makefile | ||
| mbx.c | ||
| mbx.h | ||
| netdev.c | ||
| regs.h | ||
| vf.c | ||
| vf.h | ||