Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Remove an unused member from the softc.



details:   https://anonhg.NetBSD.org/src/rev/137cbb2e85ba
branches:  trunk
changeset: 535197:137cbb2e85ba
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 11 21:50:06 2002 +0000

description:
Remove an unused member from the softc.

diffstat:

 sys/dev/ic/wivar.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b0f2accaa1ab -r 137cbb2e85ba sys/dev/ic/wivar.h
--- a/sys/dev/ic/wivar.h        Sun Aug 11 21:49:40 2002 +0000
+++ b/sys/dev/ic/wivar.h        Sun Aug 11 21:50:06 2002 +0000
@@ -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 @@
 
        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;



Home | Main Index | Thread Index | Old Index