add atheros ar2313 vlan fix (thx, SeG)
[openwrt.git] / target / linux / atheros / files / drivers / net / ar2313 / ar2313.h
index c0b3a4f..00d35b2 100644 (file)
@@ -161,6 +161,9 @@ struct ar2313_private {
 
        struct tasklet_struct rx_tasklet;
        int unloading;
+
+       struct phy_device *phy_dev;
+       struct mii_bus mii_bus;
 };
 
 
This page took 0.022412 seconds and 4 git commands to generate.