]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1097712e15fee3c5ca16e67117693f429c2ea9eb
treea954710571b0e9d0bf92b8d470e7db4155b447ea
parent28c42dd06bb9d58f0db8accd44dbcb204d949830
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