summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi/if_wpivar.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-05-16 04:15:54 +0000
committerthompsa <thompsa@FreeBSD.org>2008-05-16 04:15:54 +0000
commitdbb66e289fe84ffc6a663ee4f2fb6a07e6378cf4 (patch)
tree4e7305cd5606313e380031c2e9ca362880ca3230 /sys/dev/wpi/if_wpivar.h
parent0d165bfebb79b304a150e01e7173fc7f3b415786 (diff)
downloadFreeBSD-src-dbb66e289fe84ffc6a663ee4f2fb6a07e6378cf4.zip
FreeBSD-src-dbb66e289fe84ffc6a663ee4f2fb6a07e6378cf4.tar.gz
The beacon miss notification must run without locks held has it calls back into
wpi_raw_xmit();
Diffstat (limited to 'sys/dev/wpi/if_wpivar.h')
-rw-r--r--sys/dev/wpi/if_wpivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wpi/if_wpivar.h b/sys/dev/wpi/if_wpivar.h
index 1436592..a447fd3 100644
--- a/sys/dev/wpi/if_wpivar.h
+++ b/sys/dev/wpi/if_wpivar.h
@@ -222,6 +222,7 @@ struct wpi_softc {
struct task sc_radioofftask;/* disable rf transmitter task*/
struct task sc_opstask; /* operation handling task */
struct task sc_restarttask; /* reset firmware task */
+ struct task sc_bmiss_task; /* beacon miss */
/* Eeprom info */
uint8_t cap;
OpenPOWER on IntegriCloud