Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: phy: mxl-gpy: add missing support for TRIGGER_NETDEV_LINK_10

The PHY also support 10MBit/s links as well as the corresponding link
indication trigger to be offloaded. Add TRIGGER_NETDEV_LINK_10 to the
supported triggers.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/cc5da0a989af8b0d49d823656d88053c4de2ab98.1728057367.git.daniel@makrotopia.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Daniel Golle and committed by
Jakub Kicinski
f95b4725 0458cbed

+1
+1
drivers/net/phy/mxl-gpy.c
··· 884 884 } 885 885 886 886 static const unsigned long supported_triggers = (BIT(TRIGGER_NETDEV_LINK) | 887 + BIT(TRIGGER_NETDEV_LINK_10) | 887 888 BIT(TRIGGER_NETDEV_LINK_100) | 888 889 BIT(TRIGGER_NETDEV_LINK_1000) | 889 890 BIT(TRIGGER_NETDEV_LINK_2500) |