summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-14 00:19:33 +0000
committerJohn Crispin <john@openwrt.org>2007-10-14 00:19:33 +0000
commit3568f0c247fda145643fd6395fab6d440ab1e83c (patch)
tree39b60ab22f62fd96a46077c170de5e5f0da49f46
parent8f7311e20b70f49422af14474ef59d2bde74ba1f (diff)
downloadmtk-20170518-3568f0c247fda145643fd6395fab6d440ab1e83c.zip
mtk-20170518-3568f0c247fda145643fd6395fab6d440ab1e83c.tar.gz
mtk-20170518-3568f0c247fda145643fd6395fab6d440ab1e83c.tar.bz2
was b0rked
SVN-Revision: 9299
-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 222a8db..32514ef 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 c0b3a4f..00d35b2 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;
};