OpenWrt – Diff between revs 2 and 3

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