commit | 4904b6ea1f9dbf47107f50b1c502a22d0160712d | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Dec 12 16:00:26 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 13 15:55:01 2017 -0500 |
tree | 77f12c9c09f2fc812092bd735b7cb668b66a3372 | |
parent | 0a62964c9020208c08c8b0323db9ea0c5980876f [diff] |
net: phy: phylink: Use PHY device interface if N/A We may not always be able to resolve a correct phy_interface_t value before actually connecting to the PHY device, when that happens, just have phylink_connect_phy() utilize what the PHY device/driver provided. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>