OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 97... Line 97...
97 }; 97 };
Line 98... Line 98...
98   98  
99 static struct mdio_board_info sc450_mdio0_info[] = { 99 static struct mdio_board_info sc450_mdio0_info[] = {
100 { 100 {
101 .bus_id = "ag71xx-mdio.0", 101 .bus_id = "ag71xx-mdio.0",
102 .mdio_addr = 1, 102 .phy_addr = 1,
103 .platform_data = &at803x_data, 103 .platform_data = &at803x_data,
104 }, 104 },
Line 105... Line 105...
105 }; 105 };