aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-17 23:58:11 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-02 10:30:58 +0200
commitf9e7ffe73be9a45c1b44f8899d9f18ccda7c5083 (patch)
tree394bce7cc92c4278df0a9e9be52e75e6d402135c /target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h
parentf28502a4857027490f0a5d7cc879457dd2b1cc6a (diff)
downloadupstream-f9e7ffe73be9a45c1b44f8899d9f18ccda7c5083.tar.gz
upstream-f9e7ffe73be9a45c1b44f8899d9f18ccda7c5083.tar.bz2
upstream-f9e7ffe73be9a45c1b44f8899d9f18ccda7c5083.zip
ar71xx: prevent spurious ethernet resets from dma hang check false positives
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h
index 5d03dcf2bd..898bde1d25 100644
--- a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h
@@ -174,7 +174,7 @@ struct ag71xx {
unsigned int desc_pktlen_mask;
unsigned int rx_buf_size;
- struct work_struct restart_work;
+ struct delayed_work restart_work;
struct delayed_work link_work;
struct timer_list oom_timer;