diff options
author | John Crispin <john@openwrt.org> | 2007-10-14 00:19:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-14 00:19:33 +0000 |
commit | 3568f0c247fda145643fd6395fab6d440ab1e83c (patch) | |
tree | 39b60ab22f62fd96a46077c170de5e5f0da49f46 /target/linux/atheros/files | |
parent | 8f7311e20b70f49422af14474ef59d2bde74ba1f (diff) | |
download | upstream-3568f0c247fda145643fd6395fab6d440ab1e83c.tar.gz upstream-3568f0c247fda145643fd6395fab6d440ab1e83c.tar.bz2 upstream-3568f0c247fda145643fd6395fab6d440ab1e83c.zip |
was b0rked
SVN-Revision: 9299
Diffstat (limited to 'target/linux/atheros/files')
-rw-r--r-- | target/linux/atheros/files/drivers/net/ar2313/ar2313.h | 3 |
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 c0b3a4f765..00d35b20fa 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; }; |