linux/drivers/staging/r8188eu
Martin Kaiser bef56d47b9 staging: r8188eu: don't accept SIGTERM for cmd thread
At the moment, our command thread can be killed by user space.

[root@host ]# kill `pidof RTW_CMD_THREAD`

The driver will then stop working until the module is unloaded
and reloaded.

Don't process SIGTERM in the command thread. Other drivers that have a
command thread don't process SIGTERM either.

Acked-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211016181343.3686-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-10-18 16:44:41 +02:00
..
core staging: r8188eu: don't accept SIGTERM for cmd thread 2021-10-18 16:44:41 +02:00
hal staging: r8188eu: PHY_SetRFPathSwitch_8188E is not used 2021-10-18 16:40:15 +02:00
include staging: r8188eu: don't accept SIGTERM for cmd thread 2021-10-18 16:44:41 +02:00
os_dep staging: r8188eu: Use zeroing allocator in wpa_set_encryption() 2021-10-13 14:28:48 +02:00
Kconfig staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P} 2021-09-13 08:49:54 +02:00
Makefile staging: r8188eu: remove BT_COEXIST settings from Makefile 2021-10-18 16:40:48 +02:00
TODO