]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:16 +0000 (14:09 +0200)
commitb829e4d6568c893d6aa231adccf7d612d03933d6
treee72da0c35090c64d62f7fa54d13f335d69b80d6f
parent9880fbb3290f0832b96d4203adb50bc80306ff53
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