]> asedeno.scripts.mit.edu Git - linux.git/commit
rtw88: allow c2h operation in irq context
authorYan-Hsuan Chuang <yhchuang@realtek.com>
Wed, 31 Jul 2019 12:22:45 +0000 (20:22 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 6 Aug 2019 12:42:11 +0000 (15:42 +0300)
commit0d762f031d702272a17910fbeb45ab15b9673617
treef2ef9c8eb7c34a26b462628469a9351d18ecc9eb
parentd1d1a96bdb4408d02e2bfcb32b71aba165458a80
rtw88: allow c2h operation in irq context

Some of the c2h operations are small and can be done
under interrupt context. For the rest that requires
more operations or can go sleep, enqueue onto c2h queue.

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtw88/fw.c
drivers/net/wireless/realtek/rtw88/fw.h
drivers/net/wireless/realtek/rtw88/pci.c