Skip to content

Commit c3d26b9

Browse files
damien-lemoalbjorn-helgaas
authored andcommitted
wifi: rtw88: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Use the macro PCI_IRQ_INTX instead of the deprecated PCI_IRQ_LEGACY macro. Link: https://lore.kernel.org/r/20240325070944.3600338-21-dlemoal@kernel.org Signed-off-by: Damien Le Moal <dlemoal@kernel.org> [bhelgaas: split to separate patch] Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 60706ea commit c3d26b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/wireless/realtek/rtw88

drivers/net/wireless/realtek/rtw88/pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ static struct rtw_hci_ops rtw_pci_ops = {
16121612

16131613
static int rtw_pci_request_irq(struct rtw_dev *rtwdev, struct pci_dev *pdev)
16141614
{
1615-
unsigned int flags = PCI_IRQ_LEGACY;
1615+
unsigned int flags = PCI_IRQ_INTX;
16161616
int ret;
16171617

16181618
if (!rtw_disable_msi)

0 commit comments

Comments
 (0)