]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'ethtool-phy-stats'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Dec 2015 05:53:11 +0000 (00:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Dec 2015 05:53:11 +0000 (00:53 -0500)
Andrew Lunn says:

====================
Ethtool support for phy stats

This patchset add ethtool support for reading statistics from the PHY.
The Marvell and Micrel Phys are then extended to report receiver
packet errors and idle errors.

v2:
  Fix linking when phylib is not enabled.
v3:
  Inline helpers into ethtool.c, so fixing when phylib is a module.
v4:
  Add missing static
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge