minor ethernet driver update

SVN-Revision: 12985
This commit is contained in:
Gabor Juhos
2008-10-15 18:31:21 +00:00
parent 7613c343b5
commit a312d0611d
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];
};