diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-02-01 18:28:09 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-02-01 18:28:09 +0000 |
| commit | 8d2ad0b4601f83e358acf29e522d4f7e54a8f31b (patch) | |
| tree | 7ae4f952ff684e2ee9682db8e62f2184b3089d9e /sys/dev/owi | |
| parent | 83820457eb07addb542498d3cd0339892518db23 (diff) | |
Notes
Diffstat (limited to 'sys/dev/owi')
| -rw-r--r-- | sys/dev/owi/if_owi_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/owi/if_owi_pccard.c b/sys/dev/owi/if_owi_pccard.c index e51bda0061449..91211e8dd6a4a 100644 --- a/sys/dev/owi/if_owi_pccard.c +++ b/sys/dev/owi/if_owi_pccard.c @@ -135,7 +135,7 @@ static const struct pccard_product wi_pccard_products[] = { /* Must be after other LUCENT ones because it is less specific */ PCMCIA_CARD(LUCENT, WAVELAN_IEEE, 0), PCMCIA_CARD(NOKIA, C110_WLAN, 0), - PCMCIA_CARD(PLANEX_2, GWNS11H, 0), + PCMCIA_CARD(PLANEX, GWNS11H, 0), PCMCIA_CARD(PROXIM, RANGELANDS_8430, 0), PCMCIA_CARD(SAMSUNG, SWL_2000N, 0), PCMCIA_CARD(SIMPLETECH, SPECTRUM24_ALT, 0), |
