net: phylink: provide phylink_get_inband_type()
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Sun, 31 Aug 2025 17:34:38 +0000 (18:34 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Sep 2025 23:23:14 +0000 (16:23 -0700)
commit1bd905dfea9897eafef532000702e63a66849f54
tree3aacc9dd1f6383d4da01b08afd60566a44b47a3d
parent4beb44a2d62dddfe450f310aa1a950901731cb3a
net: phylink: provide phylink_get_inband_type()

Provide a function to get the type of the inband signalling used for
a PHY interface type. This will be used in the subsequent patch to
address problems with 10G optical modules.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/E1uslws-00000001SP5-1R2R@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/phylink.c