ramips: ramips_esw: convert it to be a platform driver
[openwrt.git] / target / linux / ramips / files / arch / mips / include / asm / mach-ralink / ramips_eth_platform.h
index a60a572..25e91fe 100644 (file)
@@ -24,6 +24,12 @@ struct ramips_eth_platform_data
        unsigned char mac[6];
        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 */
This page took 0.027287 seconds and 4 git commands to generate.