Browse Source

ar71xx: fix ethernet on final pb92 board (previous value was based on a preliminary version)

SVN-Revision: 20725
Felix Fietkau 16 years ago
parent
commit
df463abb18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-pb92.c

+ 1 - 1
target/linux/ar71xx/files/arch/mips/ar71xx/mach-pb92.c

@@ -89,7 +89,7 @@ static void __init pb92_init(void)
 
 	ar71xx_add_device_mdio(~0);
 	ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
-	ar71xx_eth0_data.speed = SPEED_100;
+	ar71xx_eth0_data.speed = SPEED_1000;
 	ar71xx_eth0_data.duplex = DUPLEX_FULL;
 
 	ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;