1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ar71xx] minor ethernet driver update

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12985 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2008-10-15 18:31:21 +00:00
parent 313afd99d6
commit 92c4109e54
3 changed files with 11 additions and 9 deletions

View File

@@ -25,6 +25,8 @@ struct ag71xx_platform_data {
u32 phy_mask;
phy_interface_t phy_if_mode;
u32 mii_if;
int speed;
int duplex;
u8 mac_addr[ETH_ALEN];
};