OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 103... Line 103...
103 }; 103 };
Line 104... Line 104...
104   104  
105 static struct mdio_board_info mr900_mdio0_info[] = { 105 static struct mdio_board_info mr900_mdio0_info[] = {
106 { 106 {
107 .bus_id = "ag71xx-mdio.0", 107 .bus_id = "ag71xx-mdio.0",
108 .mdio_addr = 5, 108 .phy_addr = 5,
109 .platform_data = &mr900_at803x_data, 109 .platform_data = &mr900_at803x_data,
110 }, 110 },
Line 111... Line 111...
111 }; 111 };