Skip to content

Commit 2c72b60

Browse files
committed
Revert "disable the dcp_ra call"
This reverts commit d7beffd.
1 parent 8761383 commit 2c72b60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/net/phy/as21xxx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,8 @@ static int as21xxx_config_init(struct phy_device *phydev)
12761276
}
12771277
}
12781278
as21xxx_config_led(phydev);
1279-
//if (phydev->interface == PHY_INTERFACE_MODE_USXGMII)
1280-
// ret = aeon_dpc_ra_enable(phydev);
1279+
if (phydev->interface == PHY_INTERFACE_MODE_USXGMII)
1280+
ret = aeon_dpc_ra_enable(phydev);
12811281
return ret;
12821282
}
12831283

0 commit comments

Comments
 (0)