diff options
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 d8b706c..f92639a 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 |