Skip to content
Commit 970be1df authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mt76: disable BH around napi_schedule() calls



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: default avatarFelix Fietkau <nbd@nbd.name>
parent abe3f3da
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment