OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 197... Line 197...
197 }; 197 };
Line 198... Line 198...
198   198  
199 static struct mdio_board_info rb750g3_mdio_info[] = { 199 static struct mdio_board_info rb750g3_mdio_info[] = {
200 { 200 {
201 .bus_id = "ag71xx-mdio.0", 201 .bus_id = "ag71xx-mdio.0",
202 .mdio_addr = 0, 202 .phy_addr = 0,
203 .platform_data = &rb750gr3_ar8327_data, 203 .platform_data = &rb750gr3_ar8327_data,
204 }, 204 },
Line 205... Line 205...
205 }; 205 };