Re: [PATCH 06/11] net: phylink: Add struct phylink_config to PHYLINK API

2019-05-27 Thread Florian Fainelli
On 5/27/2019 2:22 PM, Ioana Ciornei wrote: > The phylink_config structure will encapsulate a pointer to a struct > device and the operation type requested for this instance of PHYLINK. > This patch does not make any functional changes, it just transitions the > PHYLINK internals and all its user

[PATCH 06/11] net: phylink: Add struct phylink_config to PHYLINK API

2019-05-27 Thread Ioana Ciornei
The phylink_config structure will encapsulate a pointer to a struct device and the operation type requested for this instance of PHYLINK. This patch does not make any functional changes, it just transitions the PHYLINK internals and all its users to the new API. A pointer to a phylink_config struc