OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 124... Line 124...
124 }; 124 };
Line 125... Line 125...
125   125  
126 static struct mdio_board_info wlr8100_mdio0_info[] = { 126 static struct mdio_board_info wlr8100_mdio0_info[] = {
127 { 127 {
128 .bus_id = "ag71xx-mdio.0", 128 .bus_id = "ag71xx-mdio.0",
129 .mdio_addr = 0, 129 .phy_addr = 0,
130 .platform_data = &wlr8100_ar8327_data, 130 .platform_data = &wlr8100_ar8327_data,
131 }, 131 },
Line 132... Line 132...
132 }; 132 };