Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic delete incorrect register



details:   https://anonhg.NetBSD.org/src/rev/850751589c84
branches:  trunk
changeset: 524811:850751589c84
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sun Mar 31 05:22:26 2002 +0000

description:
delete incorrect register

diffstat:

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

diffs (18 lines):

diff -r 70ce5190a1e1 -r 850751589c84 sys/dev/ic/wireg.h
--- a/sys/dev/ic/wireg.h        Sun Mar 31 05:12:55 2002 +0000
+++ b/sys/dev/ic/wireg.h        Sun Mar 31 05:22:26 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wireg.h,v 1.23 2002/03/31 05:12:55 ichiro Exp $        */
+/*     $NetBSD: wireg.h,v 1.24 2002/03/31 05:22:26 ichiro Exp $        */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -669,8 +669,6 @@
 #define         WI_ENC_TX_802_11       0x11
 #define        WI_TXCNTL_ALTRTRY       0x0020
 #define        WI_TXCNTL_NOCRYPT       0x0080
-#define WI_TXCNTL_MACPORT      0x00FF
-#define WI_TXCNTL_STRUCTTYPE   0xFF00
 
 /*
  * SNAP (sub-network access protocol) constants for transmission



Home | Main Index | Thread Index | Old Index