From 3ebfddbcca5bf0e86ac33972a0132916b1d22e54 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 11 Aug 2002 21:50:06 +0000 Subject: [PATCH] Remove an unused member from the softc. --- sys/dev/ic/wivar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/ic/wivar.h b/sys/dev/ic/wivar.h index bd9a0dccd5de..340bb66af43c 100644 --- a/sys/dev/ic/wivar.h +++ b/sys/dev/ic/wivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: wivar.h,v 1.17 2002/08/11 06:13:54 thorpej Exp $ */ +/* $NetBSD: wivar.h,v 1.18 2002/08/11 21:50:06 thorpej Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -92,7 +92,6 @@ struct wi_softc { u_int16_t wi_txbuf[1596 / 2]; int wi_use_wep; - int wi_authmode; int wi_tx_key; struct wi_ltv_keys wi_keys; struct wi_counters wi_stats;