aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-10-14 00:19:33 +0000
committerJohn Crispin <blogic@openwrt.org>2007-10-14 00:19:33 +0000
commit5042f33084bc6f96fcf60ae228886534f0b4a34f (patch)
tree2fab20fab7b3db6dff4494b3f10fd2cbb9982c09 /target
parent53230edadb751eba79c0a3963c1ba096c80f16d6 (diff)
downloadupstream-5042f33084bc6f96fcf60ae228886534f0b4a34f.tar.gz
upstream-5042f33084bc6f96fcf60ae228886534f0b4a34f.tar.bz2
upstream-5042f33084bc6f96fcf60ae228886534f0b4a34f.zip
[9298] was b0rked
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/atheros/config-2.6.232
-rw-r--r--target/linux/atheros/files/drivers/net/ar2313/ar2313.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/atheros/config-2.6.23 b/target/linux/atheros/config-2.6.23
index 222a8db1e4..32514efb43 100644
--- a/target/linux/atheros/config-2.6.23
+++ b/target/linux/atheros/config-2.6.23
@@ -129,7 +129,7 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_SLRAM is not set
CONFIG_MTD_SPIFLASH=y
-CONFIG_NETDEV_1000=y
+# CONFIG_NETDEV_1000 is not set
CONFIG_NET_ACT_POLICE=y
CONFIG_NET_SCH_FIFO=y
CONFIG_NF_CT_PROTO_GRE=m
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;
};