]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/macb.h
PCI: fix ARI code to be compatible with mixed ARI/non-ARI systems
[linux-2.6-omap-h63xx.git] / drivers / net / macb.h
index 4e3283ebd97cc245dd3b370bb79f8f36da620d6f..d3212f6db70325a53917b380e4f4ab05f8abd9b4 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,7 +384,7 @@ struct macb {
 
        unsigned int            rx_pending, tx_pending;
 
-       struct mii_bus          mii_bus;
+       struct mii_bus          *mii_bus;
        struct phy_device       *phy_dev;
        unsigned int            link;
        unsigned int            speed;