summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwivar.h
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2006-08-19 12:03:06 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2006-08-19 12:03:06 +0000
commitc278bff91f3b9342cc59eef05601a69e79f163ec (patch)
treebd69b8aa932fe87595a8890311d625998438727c /sys/dev/pci/if_iwivar.h
parentc50abae6b588915481ce3a12a309c6d952ba3ed1 (diff)
get rid of shared auth mode.
the ioctl is not supported by ifconfig and it has never worked anyway.
Diffstat (limited to 'sys/dev/pci/if_iwivar.h')
-rw-r--r--sys/dev/pci/if_iwivar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwivar.h b/sys/dev/pci/if_iwivar.h
index 1f0fb64c72c..e1fe9800000 100644
--- a/sys/dev/pci/if_iwivar.h
+++ b/sys/dev/pci/if_iwivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwivar.h,v 1.17 2006/04/01 15:36:01 mickey Exp $ */
+/* $OpenBSD: if_iwivar.h,v 1.18 2006/08/19 12:03:05 damien Exp $ */
/*-
* Copyright (c) 2004-2006
@@ -121,8 +121,6 @@ struct iwi_softc {
pcitag_t sc_pcitag;
bus_size_t sc_sz;
- int authmode;
-
int sc_tx_timer;
void *powerhook;