aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/rt2560var.h
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2006-12-19 17:37:41 +0000
committerBruce M Simpson <bms@FreeBSD.org>2006-12-19 17:37:41 +0000
commit8f435158a34dd9d458f24a3b55047dfcf42d0225 (patch)
treea080a5cabbf3615f2a1f98fc907276cba559bd2c /sys/dev/ral/rt2560var.h
parent303f62b8a25397ab1219ef28b444f438b65b61d8 (diff)
downloadsrc-8f435158a34dd9d458f24a3b55047dfcf42d0225.tar.gz
src-8f435158a34dd9d458f24a3b55047dfcf42d0225.zip
Remove dependency on deprecated if_watchdog ABI.
Tested with a Sitecom RT2661 based card.
Notes
Notes: svn path=/head/; revision=165352
Diffstat (limited to 'sys/dev/ral/rt2560var.h')
-rw-r--r--sys/dev/ral/rt2560var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ral/rt2560var.h b/sys/dev/ral/rt2560var.h
index 2f202b6621c7..50112b5f2c23 100644
--- a/sys/dev/ral/rt2560var.h
+++ b/sys/dev/ral/rt2560var.h
@@ -108,6 +108,7 @@ struct rt2560_softc {
struct mtx sc_mtx;
+ struct callout watchdog_ch;
struct callout scan_ch;
struct callout rssadapt_ch;