OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 146... Line 146...
146 }; 146 };
Line 147... Line 147...
147   147  
148 static struct mdio_board_info wdr4300_mdio0_info[] = { 148 static struct mdio_board_info wdr4300_mdio0_info[] = {
149 { 149 {
150 .bus_id = "ag71xx-mdio.0", 150 .bus_id = "ag71xx-mdio.0",
151 .mdio_addr = 0, 151 .phy_addr = 0,
152 .platform_data = &wdr4300_ar8327_data, 152 .platform_data = &wdr4300_ar8327_data,
153 }, 153 },
Line 154... Line 154...
154 }; 154 };