diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2002-01-21 00:59:59 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2002-01-21 00:59:59 +0000 |
| commit | 01b8b9e983fa7b096cf1f9e2c48739619f7b91a1 (patch) | |
| tree | d0b94c809ef992f054a0ef782f5c21512d4cbc25 /sys/dev/wi | |
| parent | a87935da55214bd90450c4ef96d3ab20a4fb5293 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -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 d8b706c0e3c6..f92639acc6a8 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -227,6 +227,7 @@ static struct { } pci_ids[] = { {0x1638, 0x1100, "PRISM2STA PCI WaveLAN/IEEE 802.11"}, {0x1385, 0x4100, "Netgear MA301 PCI IEEE 802.11b"}, + {0x16ab, 0x1102, "Linksys WDT11 PCI IEEE 802.11b"}, {0, 0, NULL} }; #endif |
