OpenWrt – Diff between revs 2 and 3

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