net: sfp: remove incomplete 100BASE-FX and 100BASE-LX support
authorRussell King <rmk+kernel@armlinux.org.uk>
Wed, 11 Dec 2019 10:55:54 +0000 (10:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2019 19:53:41 +0000 (11:53 -0800)
commitfa2de660a8d001fdce6209534b60b85b87cda84f
treea954710571b0e9d0bf92b8d470e7db4155b447ea
parentc21939998802b48e7afd0c0568193f6e4e4954f8
net: sfp: remove incomplete 100BASE-FX and 100BASE-LX support

The 100BASE-FX and 100BASE-LX support assumes a PHY is present; this
is probably an incorrect assumption. In any case, sfp_parse_support()
will fail such a module. Let's stop pretending we support these
modules.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/sfp-bus.c
drivers/net/phy/sfp.c