Add support for Linksys WDT11 PCI adaptors.

Submitted by:	Eric Liedtke <eliedtke@apogeetelecom.com>
This commit is contained in:
Brooks Davis 2002-01-21 00:59:59 +00:00
parent a87935da55
commit 01b8b9e983
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89600

View File

@ -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