ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register
[safe/jmp/linux-2.6] / drivers / net / au1000_eth.h
index f3baeaa..f9d29a2 100644 (file)
@@ -106,7 +106,16 @@ struct au1000_private {
        int old_duplex;
 
        struct phy_device *phy_dev;
-       struct mii_bus mii_bus;
+       struct mii_bus *mii_bus;
+
+       /* PHY configuration */
+       int phy_static_config;
+       int phy_search_highest_addr;
+       int phy1_search_mac0;
+
+       int phy_addr;
+       int phy_busid;
+       int phy_irq;
 
        /* These variables are just for quick access to certain regs addresses. */
        volatile mac_reg_t *mac;  /* mac registers                      */