Merge branch 'phylib-xcvr-type'
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:20:41 +0000 (15:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:20:41 +0000 (15:20 -0700)
commit59ec693a45b9bc0a3977552bc3421202fd7fb2f1
tree57371b4d3fe35501bed2627b66218a2b93ff39d5
parent4a7a3860caac1a8779e8c459d8abe21b111798d6
parentceb628134a75564d7bfa8e4ef902e6e588339e11
Merge branch 'phylib-xcvr-type'

Florian Fainelli says:

====================
net: Bring back transceiver type for PHYLIB

With the introduction of the xLINKSETTINGS ethtool APIs, the transceiver type
was deprecated, but in that process we lost some useful information that PHYLIB
was consistently reporting about internal vs. external PHYs.

This brings back transceiver as a read-only field that is only consumed in the
legacy path where ETHTOOL_GET is called but the underlying drivers implement the
new style klink_settings API.
====================

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