OpenWrt – Diff between revs 2 and 3

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