OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 195... Line 195...
195 }; 195 };
Line 196... Line 196...
196   196  
197 static struct mdio_board_info archer_c7_mdio0_info[] = { 197 static struct mdio_board_info archer_c7_mdio0_info[] = {
198 { 198 {
199 .bus_id = "ag71xx-mdio.0", 199 .bus_id = "ag71xx-mdio.0",
200 .mdio_addr = 0, 200 .phy_addr = 0,
201 .platform_data = &archer_c7_ar8327_data, 201 .platform_data = &archer_c7_ar8327_data,
202 }, 202 },
Line 203... Line 203...
203 }; 203 };