diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 03:25:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 03:25:33 +0000 |
commit | d8dc22afd67945aeef86ad077457ebfcbca99f1a (patch) | |
tree | 7a84e79151f1311994bfff3fba72981f4966bc0c /target/linux/ar71xx/files | |
parent | 99b375d8e133959a86191b9c5b3bb55f82d97d66 (diff) | |
download | upstream-d8dc22afd67945aeef86ad077457ebfcbca99f1a.tar.gz upstream-d8dc22afd67945aeef86ad077457ebfcbca99f1a.tar.bz2 upstream-d8dc22afd67945aeef86ad077457ebfcbca99f1a.zip |
rtl8306: manage the wan port as a separate phy device with proper link status reading and autonegotiation - the genphy driver does not handle it properly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18709 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c index 9f5f6f1971..ca811d3566 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt160nl.c @@ -125,8 +125,6 @@ static void __init wrt160nl_setup(void) ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII; ar71xx_eth0_data.phy_mask = 0x01; - ar71xx_eth0_data.speed = SPEED_100; - ar71xx_eth0_data.duplex = DUPLEX_FULL; ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII; ar71xx_eth1_data.phy_mask = 0x10; |