We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61958b3 commit a8abe8eCopy full SHA for a8abe8e
drivers/net/phy/motorcomm.c
@@ -3048,6 +3048,9 @@ static struct phy_driver motorcomm_phy_drvs[] = {
3048
.get_wol = ytphy_get_wol,
3049
.set_wol = yt8531_set_wol,
3050
.link_change_notify = yt8531_link_change_notify,
3051
+ .led_hw_is_supported = yt8521_led_hw_is_supported,
3052
+ .led_hw_control_set = yt8521_led_hw_control_set,
3053
+ .led_hw_control_get = yt8521_led_hw_control_get,
3054
},
3055
{
3056
PHY_ID_MATCH_EXACT(PHY_ID_YT8531S),
0 commit comments