Remove a redundant defn.
This commit is contained in:
parent
b6228a7d06
commit
c4ec970f17
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wireg.h,v 1.37 2002/08/11 06:13:54 thorpej Exp $ */
|
||||
/* $NetBSD: wireg.h,v 1.38 2002/08/11 21:49:40 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999
|
||||
|
@ -765,4 +765,3 @@ struct wi_frame {
|
|||
#define WI_SNAP_WORD0 (WI_SNAP_K1 | (WI_SNAP_K1 << 8))
|
||||
#define WI_SNAP_WORD1 (WI_SNAP_K2 | (WI_SNAP_CONTROL << 8))
|
||||
#define WI_SNAPHDR_LEN 0x6
|
||||
#define WI_FCS_LEN 0x4
|
||||
|
|
Loading…
Reference in New Issue