diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-14 00:19:33 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-14 00:19:33 +0000 |
commit | d8b1d6da22e5d9089625d55a8510c5a11d0c4438 (patch) | |
tree | 2fab20fab7b3db6dff4494b3f10fd2cbb9982c09 /target/linux/atheros/files | |
parent | 14e805306a8d41030140a60119cee838b6e7cc93 (diff) |
[9298] was b0rked
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9299 3c298f89-4303-0410-b956-a3cf2f4a3e73
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; }; |