From 62e2aebf6c691d5e96d3426c7aba5cf926e75fbf Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 11 Dec 2006 00:41:22 +0000 Subject: replace if_watchdog w/ a private callout MFC after: 1 month --- sys/dev/wi/if_wivar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/wi/if_wivar.h') 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; -- cgit v1.1