diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2019-09-14 12:44:04 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-16 17:53:44 +0300 |
commit | 67e80b99a5546b26561c7848f9fc1cf73d707792 (patch) | |
tree | d828d1f523d49c79f29c2d78e5512f525a280861 /Documentation/networking/sfp-phylink.rst | |
parent | 0a75709b449c7a53b923d7c8760efe48d4fa8ad0 (diff) | |
download | linux-67e80b99a5546b26561c7848f9fc1cf73d707792.tar.xz |
net: phylink: clarify where phylink should be used
Update the phylink documentation to make it clear that phylink is
designed to be used on the MAC facing side of the link, rather than
between a SFP and PHY.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/sfp-phylink.rst')
-rw-r--r-- | Documentation/networking/sfp-phylink.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/networking/sfp-phylink.rst b/Documentation/networking/sfp-phylink.rst index 91446b431b70..a5e00a159d21 100644 --- a/Documentation/networking/sfp-phylink.rst +++ b/Documentation/networking/sfp-phylink.rst @@ -8,7 +8,8 @@ Overview ======== phylink is a mechanism to support hot-pluggable networking modules -without needing to re-initialise the adapter on hot-plug events. +directly connected to a MAC without needing to re-initialise the +adapter on hot-plug events. phylink supports conventional phylib-based setups, fixed link setups and SFP (Small Formfactor Pluggable) modules at present. |