summaryrefslogtreecommitdiffstats
path: root/sys/dev/bwi/if_bwivar.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-11-11 20:27:53 +0000
committerjhb <jhb@FreeBSD.org>2009-11-11 20:27:53 +0000
commit60d8b5d2c77d0f3e7bfd1b82794f72384e678335 (patch)
tree121f998e9606df80939602926f4446705ff1514b /sys/dev/bwi/if_bwivar.h
parentaf54d0dea04f880f1cdf389cf863f59cb69f6ab3 (diff)
downloadFreeBSD-src-60d8b5d2c77d0f3e7bfd1b82794f72384e678335.zip
FreeBSD-src-60d8b5d2c77d0f3e7bfd1b82794f72384e678335.tar.gz
Use a dedicated callout to drive the transmit watchdog timer instead of
using if_watchdog and if_timer. Tested by: gavin
Diffstat (limited to 'sys/dev/bwi/if_bwivar.h')
-rw-r--r--sys/dev/bwi/if_bwivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/bwi/if_bwivar.h b/sys/dev/bwi/if_bwivar.h
index af4b0ea..476ee13 100644
--- a/sys/dev/bwi/if_bwivar.h
+++ b/sys/dev/bwi/if_bwivar.h
@@ -578,6 +578,7 @@ struct bwi_softc {
bus_space_handle_t sc_mem_bh;
struct callout sc_calib_ch;
+ struct callout sc_watchdog_timer;
struct bwi_regwin *sc_cur_regwin;
struct bwi_regwin sc_com_regwin;
OpenPOWER on IntegriCloud