Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f644d51 authored by Jeff Kirsher's avatar Jeff Kirsher Committed by root
Browse files

e1000: Fix dead counters

parent c1605eb3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ static const struct e1000_stats e1000_gstrings_stats[] = {
	{ "tx_bytes", E1000_STAT(net_stats.tx_bytes) },
	{ "rx_errors", E1000_STAT(net_stats.rx_errors) },
	{ "tx_errors", E1000_STAT(net_stats.tx_errors) },
	{ "rx_dropped", E1000_STAT(net_stats.rx_dropped) },
	{ "tx_dropped", E1000_STAT(net_stats.tx_dropped) },
	{ "multicast", E1000_STAT(net_stats.multicast) },
	{ "collisions", E1000_STAT(net_stats.collisions) },