OpenWrt – Diff between revs 2 and 3

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