diff options
author | bms <bms@FreeBSD.org> | 2006-12-19 17:37:41 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2006-12-19 17:37:41 +0000 |
commit | 67bf87cf4e1119299b1ac70dc9c3c4a7392a3849 (patch) | |
tree | a080a5cabbf3615f2a1f98fc907276cba559bd2c /sys/dev/ral/rt2661var.h | |
parent | 40229d31245e432abbbe2605e3916dfa1ddaa17e (diff) | |
download | FreeBSD-src-67bf87cf4e1119299b1ac70dc9c3c4a7392a3849.zip FreeBSD-src-67bf87cf4e1119299b1ac70dc9c3c4a7392a3849.tar.gz |
Remove dependency on deprecated if_watchdog ABI.
Tested with a Sitecom RT2661 based card.
Diffstat (limited to 'sys/dev/ral/rt2661var.h')
-rw-r--r-- | sys/dev/ral/rt2661var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ral/rt2661var.h b/sys/dev/ral/rt2661var.h index 9d95ca6..fab2892 100644 --- a/sys/dev/ral/rt2661var.h +++ b/sys/dev/ral/rt2661var.h @@ -101,6 +101,7 @@ struct rt2661_softc { struct mtx sc_mtx; + struct callout watchdog_ch; struct callout scan_ch; struct callout rssadapt_ch; |