ar71xx: remove hardwired interface parameters from mach-* files
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-tl-wr741nd-v4.c
index e987afd..0760008 100644 (file)
@@ -135,16 +135,6 @@ static void __init tl_wr741ndv4_setup(void)
        ar71xx_init_mac(ar71xx_eth0_data.mac_addr, mac, 0);
        ar71xx_init_mac(ar71xx_eth1_data.mac_addr, mac, 1);
 
-       ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
-       ar71xx_eth0_data.speed = SPEED_100;
-       ar71xx_eth0_data.duplex = DUPLEX_FULL;
-       ar71xx_eth0_data.phy_mask = BIT(4);
-
-       ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
-       ar71xx_eth1_data.speed = SPEED_1000;
-       ar71xx_eth1_data.duplex = DUPLEX_FULL;
-       ar71xx_eth1_data.has_ar7240_switch = 1;
-
        ar71xx_add_device_mdio(0, 0x0);
        ar71xx_add_device_eth(1);
        ar71xx_add_device_eth(0);
This page took 0.021973 seconds and 4 git commands to generate.