OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 108... Line 108...
108 }; 108 };
Line 109... Line 109...
109   109  
110 static struct mdio_board_info e750g_v8_mdio0_info[] = { 110 static struct mdio_board_info e750g_v8_mdio0_info[] = {
111 { 111 {
112 .bus_id = "ag71xx-mdio.0", 112 .bus_id = "ag71xx-mdio.0",
113 .mdio_addr = 0, 113 .phy_addr = 0,
114 .platform_data = &e750g_v8_ar8327_data, 114 .platform_data = &e750g_v8_ar8327_data,
115 }, 115 },
Line 116... Line 116...
116 }; 116 };