OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 81... Line 81...
81 }; 81 };
Line 82... Line 82...
82   82  
83 static struct mdio_board_info ap120c_mdio0_info[] = { 83 static struct mdio_board_info ap120c_mdio0_info[] = {
84 { 84 {
85 .bus_id = "ag71xx-mdio.0", 85 .bus_id = "ag71xx-mdio.0",
86 .mdio_addr = 0, 86 .phy_addr = 0,
87 .platform_data = &ap120c_ar8327_data, 87 .platform_data = &ap120c_ar8327_data,
88 }, 88 },
Line 89... Line 89...
89 }; 89 };