OpenWrt – Diff between revs 2 and 3

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