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

ramips: add mdio_cfg configuration for the ethernet driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22211 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-07-15 19:45:40 +00:00
parent 6002af8edd
commit 12e2f4aadf
3 changed files with 86 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ struct ramips_eth_platform_data
void (*reset_fe)(void);
int min_pkt_len;
unsigned long sys_freq;
int speed;
int duplex;
int tx_fc;
int rx_fc;
};
#endif /* _RAMIPS_ETH_PLATFORM_H */