summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwnvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_iwnvar.h')
-rw-r--r--sys/dev/pci/if_iwnvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_iwnvar.h b/sys/dev/pci/if_iwnvar.h
index 03e7215b5e8..4f882e856b7 100644
--- a/sys/dev/pci/if_iwnvar.h
+++ b/sys/dev/pci/if_iwnvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwnvar.h,v 1.19 2010/05/05 19:47:43 damien Exp $ */
+/* $OpenBSD: if_iwnvar.h,v 1.20 2010/07/23 06:43:00 phessler Exp $ */
/*-
* Copyright (c) 2007, 2008
@@ -285,6 +285,7 @@ struct iwn_softc {
int sc_tx_timer;
void *powerhook;
+ struct workq_task sc_resume_wqt;
#if NBPFILTER > 0
caddr_t sc_drvbpf;