OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 93... Line 93...
93 }; 93 };
Line 94... Line 94...
94   94  
95 static struct mdio_board_info sc1750_mdio0_info[] = { 95 static struct mdio_board_info sc1750_mdio0_info[] = {
96 { 96 {
97 .bus_id = "ag71xx-mdio.0", 97 .bus_id = "ag71xx-mdio.0",
98 .mdio_addr = 1, 98 .phy_addr = 1,
99 .platform_data = &at803x_data, 99 .platform_data = &at803x_data,
100 }, 100 },
Line 101... Line 101...
101 }; 101 };