ip17xx: Avoid auto-negotiation
authorGabor Juhos <juhosg@openwrt.org>
Tue, 8 Jun 2010 20:18:47 +0000 (20:18 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 8 Jun 2010 20:18:47 +0000 (20:18 +0000)
commit6ae9f46b7fd6c19699e169eba0b3969e8c6723c0
tree92a5d2c7ad709d6370640ea342564fa8412aae80
parent50dc4ef20ab79b1bb587769f0d15b5e6bce61a03
ip17xx: Avoid auto-negotiation

Let ip175c_config_init() initialize the link state of the PHY and set the
PHY state machine directly to the PHY_RUNNING state in order to skip the
auto-negotiation phase.

Previously, auto-negotiation on PHY 0 (switch port 0) influenced the ethernet
driver connected to the CPU port, causing all sorts of weird effects.

Signed-off-by: Martin Mares <mj@ucw.cz>
Signed-off-by: Patrick Horn <patrick.horn@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21720 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/generic-2.6/files/drivers/net/phy/ip175c.c