aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2011-05-17 11:12:56 +0000
committerMatteo Croce <matteo@openwrt.org>2011-05-17 11:12:56 +0000
commitc4c0ffb506c023c4326acd44be0377963e0214e8 (patch)
treeb77a7b7e7fc4239fafcf4cb6d7eed9924a305a86 /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parent773ce57b8745f85c9ce70a176f798932425d9401 (diff)
downloadmaster-187ad058-c4c0ffb506c023c4326acd44be0377963e0214e8.tar.gz
master-187ad058-c4c0ffb506c023c4326acd44be0377963e0214e8.tar.bz2
master-187ad058-c4c0ffb506c023c4326acd44be0377963e0214e8.zip
ar71xx: detect link on LAN ports
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26922 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index 342d121860..30caaff027 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -162,6 +162,7 @@ struct ag71xx {
int duplex;
struct work_struct restart_work;
+ struct delayed_work link_work;
struct timer_list oom_timer;
#ifdef CONFIG_AG71XX_DEBUG_FS