From: Christian Lamparter
Date: Wed, 20 Dec 2017 23:01:49 +0100
> The ibm_emac driver predates the PHY_INTERFACE_MODE_*
> enums by a few years.
>
> And while the driver has been retrofitted to use the PHYLIB,
> the old definitions have stuck around to this day.
>
> This patch replaces all occur
The ibm_emac driver predates the PHY_INTERFACE_MODE_*
enums by a few years.
And while the driver has been retrofitted to use the PHYLIB,
the old definitions have stuck around to this day.
This patch replaces all occurences of PHY_MODE_* with
the respective equivalent PHY_INTERFACE_MODE_* enum.
An