ramips: add MDIO bus support for RT288X
[openwrt.git] / target / linux / ramips / files / drivers / net / ramips_eth.h
index 87e67a5..4927f2a 100644 (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 */
This page took 0.024777 seconds and 4 git commands to generate.