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

ramips: add MDIO bus support for RT288X

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30455 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-02-11 16:49:56 +00:00
parent c6114b60db
commit a6fcd662b4
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 */