From 521393ea568a8eead76eb8b5fecfd9742665126b Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 26 Feb 2002 17:35:21 +0000 Subject: [PATCH] Add a missing field to the end of array marker in the pci_ids array. Submitted by: sumikawa --- sys/dev/wi/if_wi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index c0a4da77cd21..1620593efcf7 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -231,7 +231,7 @@ static struct { {0x16ab, 0x1101, WI_BUS_PCI_PLX, "GLPRISM2 PCI WaveLAN/IEEE 802.11"}, {0x16ab, 0x1102, WI_BUS_PCI_PLX, "Linksys WDT11 PCI IEEE 802.11b"}, {0x1260, 0x3873, WI_BUS_PCI_NATIVE, "Linksys WMP11 PCI Prism2.5"}, - {0, 0, NULL} + {0, 0, 0, NULL} }; #endif