ramips: raeth: add netdev pointer to private structure
[openwrt.git] / target / linux / ramips / files / drivers / net / ramips_eth.h
index 7d5296b..87e67a5 100644 (file)
@@ -229,6 +229,7 @@ struct raeth_priv
        unsigned int            skb_free_idx;
 
        spinlock_t              page_lock;
+       struct net_device       *netdev;
        struct ramips_eth_platform_data *plat;
 
        int                     speed;
This page took 0.024365 seconds and 4 git commands to generate.