implement ar2313_adjust_link
[openwrt.git] / target / linux / atheros / files / drivers / net / ar2313 / ar2313.h
index c0b3a4f..f1868e6 100644 (file)
@@ -161,6 +161,10 @@ struct ar2313_private {
 
        struct tasklet_struct rx_tasklet;
        int unloading;
+
+       struct phy_device *phy_dev;
+       struct mii_bus mii_bus;
+       int oldduplex;
 };
 
 
This page took 0.019926 seconds and 4 git commands to generate.