OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 92... Line 92...
92 }; 92 };
Line 93... Line 93...
93   93  
94 static struct mdio_board_info koala_mdio0_info[] = { 94 static struct mdio_board_info koala_mdio0_info[] = {
95 { 95 {
96 .bus_id = "ag71xx-mdio.0", 96 .bus_id = "ag71xx-mdio.0",
97 .mdio_addr = 5, 97 .phy_addr = 5,
98 .platform_data = &koala_at803x_data, 98 .platform_data = &koala_at803x_data,
99 }, 99 },
Line 100... Line 100...
100 }; 100 };