OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 166... Line 166...
166 }; 166 };
Line 167... Line 167...
167   167  
168 static struct mdio_board_info wzr_450hp2_mdio0_info[] = { 168 static struct mdio_board_info wzr_450hp2_mdio0_info[] = {
169 { 169 {
170 .bus_id = "ag71xx-mdio.0", 170 .bus_id = "ag71xx-mdio.0",
171 .mdio_addr = 0, 171 .phy_addr = 0,
172 .platform_data = &wzr_450hp2_ar8327_data, 172 .platform_data = &wzr_450hp2_ar8327_data,
173 }, 173 },
Line 174... Line 174...
174 }; 174 };