2
0
forked from Ivasoft/openwrt

ramips: add mdio_cfg configuration for the ethernet driver

SVN-Revision: 22211
This commit is contained in:
Gabor Juhos
2010-07-15 19:45:40 +00:00
parent 9445ce43a6
commit 0d8c036e56
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 */