Skip to content

Commit aa6306a

Browse files
steen-hegelund-mchpkuba-moo
authored andcommitted
net: phy: mscc: remove non-MACSec compatible phy
Selecting VSC8575 as a MACSec PHY was not correct The relevant datasheet can be found here: - VSC8575: https://www.microchip.com/wwwproducts/en/VSC8575 History: v1 -> v2: - Corrected the sha in the "Fixes:" tag Fixes: 1bbe0ec ("net: phy: mscc: macsec initialization") Signed-off-by: Steen Hegelund <[email protected]> Reviewed-by: Antoine Tenart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 8cf8821 commit aa6306a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/phy/mscc/mscc_macsec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,6 @@ int vsc8584_macsec_init(struct phy_device *phydev)
981981

982982
switch (phydev->phy_id & phydev->drv->phy_id_mask) {
983983
case PHY_ID_VSC856X:
984-
case PHY_ID_VSC8575:
985984
case PHY_ID_VSC8582:
986985
case PHY_ID_VSC8584:
987986
INIT_LIST_HEAD(&vsc8531->macsec_flows);

0 commit comments

Comments
 (0)