diff options
-rw-r--r-- | drivers/net/phy/qcom/qca807x.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/phy/qcom/qca807x.c b/drivers/net/phy/qcom/qca807x.c index 291f052ea53c..04e84ebb646c 100644 --- a/drivers/net/phy/qcom/qca807x.c +++ b/drivers/net/phy/qcom/qca807x.c @@ -823,6 +823,8 @@ static struct phy_driver qca807x_drivers[] = { .cable_test_get_status = qca808x_cable_test_get_status, .update_stats = qca807x_update_stats, .get_phy_stats = qca807x_get_phy_stats, + .set_wol = at8031_set_wol, + .get_wol = at803x_get_wol, }, { PHY_ID_MATCH_EXACT(PHY_ID_QCA8075), @@ -848,6 +850,8 @@ static struct phy_driver qca807x_drivers[] = { .led_hw_control_get = qca807x_led_hw_control_get, .update_stats = qca807x_update_stats, .get_phy_stats = qca807x_get_phy_stats, + .set_wol = at8031_set_wol, + .get_wol = at803x_get_wol, }, }; module_phy_driver(qca807x_drivers); |