OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 101... Line 101...
101 }; 101 };
Line 102... Line 102...
102   102  
103 static struct mdio_board_info e1700ac_v2_mdio0_info[] = { 103 static struct mdio_board_info e1700ac_v2_mdio0_info[] = {
104 { 104 {
105 .bus_id = "ag71xx-mdio.0", 105 .bus_id = "ag71xx-mdio.0",
106 .mdio_addr = 0, 106 .phy_addr = 0,
107 .platform_data = &e1700ac_v2_qca8334_data, 107 .platform_data = &e1700ac_v2_qca8334_data,
108 }, 108 },
Line 109... Line 109...
109 }; 109 };