]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00153127 ENET: Enet not works in 1G mode
authorZeng Zhaoming <b32542@freescale.com>
Thu, 14 Jul 2011 02:21:08 +0000 (10:21 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:32:59 +0000 (08:32 +0200)
commitfd5a995f9fc4f91efce7907c05cc075fbc46c665
treee72da0c35090c64d62f7fa54d13f335d69b80d6f
parentcceb54f51cfeb0cdf79188d182846dea5a1fc566
ENGR00153127 ENET: Enet not works in 1G mode

Mx6 not works when connnect to a 1G switch.
This is caused by phy_dev->supported != PHY_GBIT_FEATURES, more bits
will set to phy_dev->supported when negotiation complete.

Signed-off-by: Zeng Zhaoming <b32542@freescale.com>
drivers/net/fec.c