summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/atheros/files/drivers/net/ar2313/ar2313.h')
-rw-r--r--target/linux/atheros/files/drivers/net/ar2313/ar2313.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/atheros/files/drivers/net/ar2313/ar2313.h b/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
index c0b3a4f76..00d35b20f 100644
--- a/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
+++ b/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
@@ -161,6 +161,9 @@ struct ar2313_private {
struct tasklet_struct rx_tasklet;
int unloading;
+
+ struct phy_device *phy_dev;
+ struct mii_bus mii_bus;
};