mt76: mt7921: enable MSI interrupts

Enable MSI interrupts for mt7921 driver

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Lorenzo Bianconi 2021-01-28 03:33:55 +08:00 committed by Felix Fietkau
parent 2c25f4e4cd
commit eaafabd285
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ static int mt7921_pci_probe(struct pci_dev *pdev,
pci_set_master(pdev);
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_LEGACY);
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_ALL_TYPES);
if (ret < 0)
return ret;