[PATCH v2 0/3] wifi: ath11k/ath12k: IRQ affinity fixes

From: Manivannan Sadhasivam
Date: Tue Feb 25 2025 - 00:35:08 EST


Hi,

This series fixes a warning from kernel IRQ core that gets triggered in the
error path of QCA6390 probe. While fixing that I also noticed the same issue in
the ath12k driver, so added an untested patch for the same.

Finally, updated the irq_set_affinity_hint() API in both drivers as it was
deprecated.

- Mani

Changes in v2:

- Instead of moving the affinity setting, cleared the affinity hint in the error
path before freeing the IRQs
- Rebased on top of v6.14-rc1

Manivannan Sadhasivam (3):
wifi: ath11k: Clear affinity hint before calling
ath11k_pcic_free_irq() in error path
wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq()
in error path
wifi: ath11k/ath12k: Replace irq_set_affinity_hint() with
irq_set_affinity_and_hint()

drivers/net/wireless/ath/ath11k/pci.c | 4 +++-
drivers/net/wireless/ath/ath12k/pci.c | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

--
2.25.1