linux/drivers/net/wireless/intersil/p54
Jinjie Ruan bcd1371bd8 wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq()
disable_irq() after request_irq() still has a time gap in which
interrupts can come. request_irq() with IRQF_NO_AUTOEN flag will
disable IRQ auto-enable when request IRQ.

Fixes: cd8d3d3212 ("p54spi: p54spi driver")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240910124314.698896-2-ruanjinjie@huawei.com
2024-09-18 16:54:30 +03:00
..
Kconfig
Makefile
eeprom.c
eeprom.h
fwio.c wifi: p54: use 'time_left' variable with wait_for_completion_interruptible_timeout() 2024-06-12 15:01:09 +03:00
led.c
lmac.h
main.c wifi: mac80211: inform the low level if drv_stop() is a suspend 2024-06-26 10:25:46 +02:00
p54.h
p54pci.c wifi: p54: use 'time_left' variable with wait_for_completion_interruptible_timeout() 2024-06-12 15:01:09 +03:00
p54pci.h
p54spi.c wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() 2024-09-18 16:54:30 +03:00
p54spi.h
p54spi_eeprom.h
p54usb.c
p54usb.h
txrx.c