> > >> +}, { > > >> + .phy_id = PHY_ID_KSZ9477, > > >> + .phy_id_mask = MICREL_PHY_ID_MASK, > > >> + .name = "Microchip KSZ9477", > > >> + .features = PHY_GBIT_FEATURES, > > >> + .flags = PHY_HAS_MAGICANEG, > > > > > >Is this magic still used anywhere? I could not find anything. > > > > > Hi Andrew, > > > > Really no usage in define and flags. > > Will double check and remove it. > > Hi Woojung > > I just created a patch to remove PHY_HAS_MAGICANEG from the kernel. > Once net-next has reopened when the merge window closes, i will submit > it. So please don't add it here. Hi Andrew,
Thanks you. I'll remove it. Woojung