Message ID | 20240910124314.698896-1-ruanjinjie@huawei.com |
---|---|
Headers | show |
Series | wifi: Use IRQF_NO_AUTOEN flag in request_irq() | expand |
On Tue, Sep 10, 2024 at 08:43:13PM +0800, Jinjie Ruan wrote: > 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: 853402a00823 ("mwifiex: Enable WoWLAN for both sdio and pcie") > Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> > --- > v2: > - Add fix tag. > - Wireless patches go to wireless-next, submit them in a separate patchset. > --- > drivers/net/wireless/marvell/mwifiex/main.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Brian Norris <briannorris@chromium.org>