OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 118... Line 118...
118 }; 118 };
Line 119... Line 119...
119   119  
120 static struct mdio_board_info e558_v2_mdio0_info[] = { 120 static struct mdio_board_info e558_v2_mdio0_info[] = {
121 { 121 {
122 .bus_id = "ag71xx-mdio.0", 122 .bus_id = "ag71xx-mdio.0",
123 .mdio_addr = 0, 123 .phy_addr = 0,
124 .platform_data = &e558_v2_ar8327_data, 124 .platform_data = &e558_v2_ar8327_data,
125 }, 125 },
Line 126... Line 126...
126 }; 126 };