mt76: mt7615: add missing bh-disable around rx napi schedule
authorFelix Fietkau <nbd@nbd.name>
Thu, 2 Jun 2022 19:44:21 +0000 (21:44 +0200)
committerFelix Fietkau <nbd@nbd.name>
Mon, 11 Jul 2022 11:40:01 +0000 (13:40 +0200)
commite55c27ed9ccf37118b80178ec32dfed583171363
tree49d0471e50f7e127d41ccfba95b5db923fa456a4
parentc0182aa985708d2882eec6f902c61da6b42ae4f0
mt76: mt7615: add missing bh-disable around rx napi schedule

napi_schedule() can call __raise_softirq_irqoff(), which can perform softirq
handling, so it must not be called in a pure process context with BH enabled.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/mac.c