summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-08-10 22:10:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-08-10 22:10:08 +0000
commitcd30398354080ec326426a200bba0dee1f2768b0 (patch)
tree025fde069b72aeeb7788d24610b276c21dc54636 /sys/dev/ic
parentee15d0a8f78eedf31072693268f5168d5e8006c6 (diff)
hook no longer needed
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/rtwvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtwvar.h b/sys/dev/ic/rtwvar.h
index 7fd69907160..93242114e8f 100644
--- a/sys/dev/ic/rtwvar.h
+++ b/sys/dev/ic/rtwvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtwvar.h,v 1.26 2009/07/28 11:45:05 blambert Exp $ */
+/* $OpenBSD: rtwvar.h,v 1.27 2009/08/10 22:10:07 deraadt Exp $ */
/* $NetBSD: rtwvar.h,v 1.10 2004/12/26 22:37:57 mycroft Exp $ */
/*-
@@ -288,7 +288,6 @@ struct rtw_tx_radiotap_header {
} __packed;
struct rtw_hooks {
- void *rh_shutdown; /* shutdown hook */
void *rh_power; /* power management hook */
};