x86: tsc prevent time going backwards
[sfrench/cifs-2.6.git] / drivers / net / macb.h
index b3bb2182edd1ce3f9cf1178f18169a51fba926cd..57b85acf0d1685d6a239e8ff9c9a3f0862c9dbf5 100644 (file)
@@ -374,6 +374,7 @@ struct macb {
        struct clk              *pclk;
        struct clk              *hclk;
        struct net_device       *dev;
+       struct napi_struct      napi;
        struct net_device_stats stats;
        struct macb_stats       hw_stats;
 
@@ -383,11 +384,11 @@ struct macb {
 
        unsigned int            rx_pending, tx_pending;
 
-       struct delayed_work     periodic_task;
-
-       struct mutex            mdio_mutex;
-       struct completion       mdio_complete;
-       struct mii_if_info      mii;
+       struct mii_bus          mii_bus;
+       struct phy_device       *phy_dev;
+       unsigned int            link;
+       unsigned int            speed;
+       unsigned int            duplex;
 };
 
 #endif /* _MACB_H */