rtl8306: manage the wan port as a separate phy device with proper link status reading...
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-wrt160nl.c
index 9f5f6f1..ca811d3 100644 (file)
@@ -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;
This page took 0.029754 seconds and 4 git commands to generate.