Re: [PATCH net-next v2] net: phy: broadcom: remove BCM5482 1000Base-BX support

From: Andrew Lunn
Date: Mon Feb 08 2021 - 20:31:28 EST


On Tue, Feb 09, 2021 at 12:17:06AM +0100, Michael Walle wrote:
> It is nowhere used in the kernel. It also seems to be lacking the
> proper fiber advertise flags. Remove it.

Maybe also remove the #define for PHY_BCM_FLAGS_MODE_1000BX? Maybe
there is an out of tree driver using this? By removing the #define, it
will fail at compile time, making it obvious the support has been
removed?

Otherwise:

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew