Re: [PATCH net] net: dsa: mv88e6xxx: drop adjust_link to enabled phylink
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-08-04 15:10:19
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-08-04 15:10:19
Also in:
lkml
On Wed, Jul 31, 2019 at 05:42:39PM +0200, Hubert Feurstein wrote:
We have to drop the adjust_link callback in order to finally migrate to phylink. Otherwise we get the following warning during startup: "mv88e6xxx 2188000.ethernet-1:10: Using legacy PHYLIB callbacks. Please migrate to PHYLINK!"
Hi Hubert Do we need the same patch for the b53 driver? Andrew