Re: [PATCH] phy layer: fix phy_mii_ioctl for autonegotiation

2007-08-07 Thread Jeff Garzik
Domen Puncer wrote: Fix a thinko (?) in setting phydev->autoneg. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- This fixes my "mii.h -> ethtool.h advertising #defines". I'm not sure why and how they're translated, but it does work now. Maybe they're just ignored, since mii-tool directly r

[PATCH] phy layer: fix phy_mii_ioctl for autonegotiation

2007-08-07 Thread Domen Puncer
Fix a thinko (?) in setting phydev->autoneg. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- This fixes my "mii.h -> ethtool.h advertising #defines". I'm not sure why and how they're translated, but it does work now. Maybe they're just ignored, since mii-tool directly reads and writes MII re