OpenWrt – Diff between revs 2 and 3

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