OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 109... Line 109...
109 }; 109 };
Line 110... Line 110...
110   110  
111 static struct mdio_board_info jwap230_mdio0_info[] = { 111 static struct mdio_board_info jwap230_mdio0_info[] = {
112 { 112 {
113 .bus_id = "ag71xx-mdio.0", 113 .bus_id = "ag71xx-mdio.0",
114 .mdio_addr = 0, 114 .phy_addr = 0,
115 .platform_data = &jwap230_qca8337_data, 115 .platform_data = &jwap230_qca8337_data,
116 }, 116 },
Line 117... Line 117...
117 }; 117 };