Skip to content

Commit

Permalink
mt76: mt7921: enable MSI interrupts
Browse files Browse the repository at this point in the history
Enable MSI interrupts for mt7921 driver

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
Lorenzo Bianconi authored and Felix Fietkau committed Jan 29, 2021
1 parent 2c25f4e commit eaafabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/mediatek/mt76/mt7921/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit eaafabd

Please sign in to comment.