]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/net/phy/icplus.c
net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / phy / icplus.c
index b632947cbcdf3aae4d15f66147de1dcce533b454..063eac6f23b20efb5433c91c9ca482ea9f9a2b93 100644 (file)
@@ -184,7 +184,7 @@ static int ip175c_read_status(struct phy_device *phydev)
                genphy_read_status(phydev);
        else
                /* Don't need to read status for switch ports */
-               phydev->irq = PHY_IGNORE_INTERRUPT;
+               phydev->irq = PHY_MAC_INTERRUPT;
 
        return 0;
 }