OpenWrt – Diff between revs 2 and 3

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