diff options
author | Lorenzo Bianconi <lorenzo@kernel.org> | 2022-06-03 09:35:00 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-07-11 13:40:01 +0200 |
commit | 9ed107e0e98b7e5ee6cb0b738e83e003e543f653 (patch) | |
tree | 5cd81458ce9e3141d43b24a387b6a4b925a36f17 /drivers/net/wireless/realtek/rtw88/util.h | |
parent | e55c27ed9ccf37118b80178ec32dfed583171363 (diff) |
mt76: mt7921: 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: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'drivers/net/wireless/realtek/rtw88/util.h')
0 files changed, 0 insertions, 0 deletions