net: phylink: Convert to mdiobus_c45_{read|write}
authorAndrew Lunn <andrew@lunn.ch>
Sat, 30 Apr 2022 17:30:33 +0000 (19:30 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 2 May 2022 11:21:38 +0000 (13:21 +0200)
commit70dcf3cdc342b8c3613614a24e587aa524a01c14
treec3e674202e6bcc2ec0f979e7fc25f0714526edf0
parent2fc9f69edd2165f9047ae97cfad2341e82bd3437
net: phylink: Convert to mdiobus_c45_{read|write}

Stop using the helpers to construct a special phy address which
indicates C45. Instead use the C45 accessors, which will call the
busses C45 specific read/write API.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/phy/phylink.c