mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add a missing field to the end of array marker in the pci_ids array.
Submitted by: sumikawa
This commit is contained in:
parent
b13de3b84f
commit
521393ea56
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91318
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user