OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 133... Line 133...
133 }; 133 };
Line 134... Line 134...
134   134  
135 static struct mdio_board_info mynet_rext_mdio0_info[] = { 135 static struct mdio_board_info mynet_rext_mdio0_info[] = {
136 { 136 {
137 .bus_id = "ag71xx-mdio.0", 137 .bus_id = "ag71xx-mdio.0",
138 .mdio_addr = 4, 138 .phy_addr = 4,
139 .platform_data = &mynet_rext_at803x_data, 139 .platform_data = &mynet_rext_at803x_data,
140 }, 140 },
Line 141... Line 141...
141 }; 141 };