2
0
forked from Ivasoft/openwrt

ramips: add MDIO bus support for RT288X

SVN-Revision: 30455
This commit is contained in:
Gabor Juhos
2012-02-11 16:49:56 +00:00
parent 0ace4636db
commit 4e1b870f3e
2 changed files with 154 additions and 2 deletions

View File

@@ -230,12 +230,16 @@ struct raeth_priv
spinlock_t page_lock;
struct net_device *netdev;
struct device *parent;
struct ramips_eth_platform_data *plat;
int speed;
int duplex;
int tx_fc;
int rx_fc;
struct mii_bus *mii_bus;
int mii_irq[PHY_MAX_ADDR];
};
#endif /* RAMIPS_ETH_H */