I've confirmed that Samsung MagicLAN SWL-2000N (PRISM-II) works
with WEP enabled.
This commit is contained in:
parent
cc8e6675e2
commit
188122248a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_wi.c,v 1.27 2000/07/25 12:04:29 onoe Exp $ */
|
||||
/* $NetBSD: if_wi.c,v 1.28 2000/07/26 07:28:56 onoe Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999
|
||||
|
@ -201,6 +201,12 @@ static struct wi_pcmcia_product wi_pcmcia_products[] = {
|
|||
PCMCIA_STR_INTERSIL_PRISM2,
|
||||
1 },
|
||||
|
||||
{ PCMCIA_VENDOR_SAMSUNG,
|
||||
PCMCIA_PRODUCT_SAMSUNG_SWL_2000N,
|
||||
PCMCIA_CIS_SAMSUNG_SWL_2000N,
|
||||
PCMCIA_STR_SAMSUNG_SWL_2000N,
|
||||
1 },
|
||||
|
||||
{ 0,
|
||||
0,
|
||||
{ NULL, NULL, NULL, NULL },
|
||||
|
|
Loading…
Reference in New Issue