OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 142... Line 142...
142 }; 142 };
Line 143... Line 143...
143   143  
144 static struct mdio_board_info mynet_n750_mdio0_info[] = { 144 static struct mdio_board_info mynet_n750_mdio0_info[] = {
145 { 145 {
146 .bus_id = "ag71xx-mdio.0", 146 .bus_id = "ag71xx-mdio.0",
147 .mdio_addr = 0, 147 .phy_addr = 0,
148 .platform_data = &mynet_n750_ar8327_data, 148 .platform_data = &mynet_n750_ar8327_data,
149 }, 149 },
Line 150... Line 150...
150 }; 150 };