RE: [patch 1/1] network: add the missing phy_device speed information to phy_mii_ioctl

2007-03-06 Thread Shan Lu
e the register with two choices: SPEED_100 or SPEED_1000. That's why I didn't put SPEED_10. -Original Message- From: Andy Fleming [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 11:34 AM To: Shan Lu Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.ker

[patch 1/1] network: add the missing phy_device speed information to phy_mii_ioctl

2007-03-02 Thread Shan Lu
Changelog: Function `phy_mii_ioctl' returns physical device's information based on user requests. When requested to return the basic mode control register information (BMCR), the original implementation only returns the physical device's duplex information and forgets to return speed information, w