OpenWrt – Diff between revs 2 and 3

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