OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 158... Line 158...
158 }; 158 };
Line 159... Line 159...
159   159  
160 static struct mdio_board_info dir825c1_mdio0_info[] = { 160 static struct mdio_board_info dir825c1_mdio0_info[] = {
161 { 161 {
162 .bus_id = "ag71xx-mdio.0", 162 .bus_id = "ag71xx-mdio.0",
163 .mdio_addr = 0, 163 .phy_addr = 0,
164 .platform_data = &dir825c1_ar8327_data, 164 .platform_data = &dir825c1_ar8327_data,
165 }, 165 },
Line 166... Line 166...
166 }; 166 };