On Wed, Dec 07, 2022 at 10:40:13PM +0800, Yang Yingliang wrote: > It is not allowed to call consume_skb() from hardware interrupt context > or with interrupts being disabled. So replace dev_kfree_skb() with > dev_consume_skb_irq() under spin_lock_irqsave(). Compile tested only. > > Fixes: 4bc85c1324aa ("Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"") > Signed-off-by: Yang Yingliang <yangyingliang@xxxxxxxxxx> Acked-by: Stanislaw Gruszka <stf_xl@xxxxx>