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

2007-03-06 Thread Shan Lu
nel.org; netdev@vger.kernel.org; [EMAIL PROTECTED] Subject: Re: [patch 1/1] network: add the missing phy_device speed information to phy_mii_ioctl On Mar 2, 2007, at 11:42, Shan Lu wrote: > Changelog: > Function `phy_mii_ioctl' returns physical device's information > based on > us

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

2007-03-06 Thread Andy Fleming
On Mar 2, 2007, at 11:42, Shan Lu wrote: 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 info

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

2007-03-02 Thread Jeff Garzik
Shan Lu wrote: 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 spe

[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