summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wivar.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-12-11 00:41:22 +0000
committersam <sam@FreeBSD.org>2006-12-11 00:41:22 +0000
commit62e2aebf6c691d5e96d3426c7aba5cf926e75fbf (patch)
treef923922d3f0325356ff1d58465e030053708981d /sys/dev/wi/if_wivar.h
parentd3f80bbcba6fe478db44078995d655180d7d4b0f (diff)
downloadFreeBSD-src-62e2aebf6c691d5e96d3426c7aba5cf926e75fbf.zip
FreeBSD-src-62e2aebf6c691d5e96d3426c7aba5cf926e75fbf.tar.gz
replace if_watchdog w/ a private callout
MFC after: 1 month
Diffstat (limited to 'sys/dev/wi/if_wivar.h')
-rw-r--r--sys/dev/wi/if_wivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wivar.h b/sys/dev/wi/if_wivar.h
index a437f96..f7159af 100644
--- a/sys/dev/wi/if_wivar.h
+++ b/sys/dev/wi/if_wivar.h
@@ -71,6 +71,7 @@ struct wi_softc {
ieee80211_keyix *, ieee80211_keyix *);
device_t sc_dev;
struct mtx sc_mtx;
+ struct callout sc_watchdog;
int sc_unit;
int wi_gone;
int sc_enabled;
OpenPOWER on IntegriCloud