diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-11-19 05:34:55 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-11-19 05:34:55 +0000 |
| commit | 3d3a4bbbe9bb64a62115b1d26ebd9af839e3e6a4 (patch) | |
| tree | 3dccada83a416879be7c1325c4d8fe532047ea29 /sys | |
| parent | eb321069c24a63c8996c871a8e5680214de63c48 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 011acd697537..dec156224878 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -251,6 +251,7 @@ static const struct pccard_product wi_pccard_products[] = { PCMCIA_CARD2(LUCENT, WAVELAN_IEEE, SMC_2632W, 0), /* Must be after other LUCENT ones because it is less specific */ PCMCIA_CARD(LUCENT, WAVELAN_IEEE, 0), + PCMCIA_CARD(LINKSYS2, IWN, 0), PCMCIA_CARD(SAMSUNG, SWL_2000N, 0), PCMCIA_CARD(TDK, LAK_CD011WL, 0), { NULL } |
