staging: rtl8188eu: don't block until cmdthread runs
authorMartin Kaiser <martin@kaiser.cx>
Wed, 5 May 2021 20:26:19 +0000 (22:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 09:19:41 +0000 (11:19 +0200)
commit286d6003391858e6beeaa674d90578bd4aff3010
tree34277c2a739193d11ed4c4bac2e7a405ad72424e
parent13d68881bf0a9fb9dd5bd2dd975e614946821586
staging: rtl8188eu: don't block until cmdthread runs

rtw_start_drv_threads starts a cmdthread that runs in a loop. It
reads a command from a queue and processes it. There's no need for
any synchronization when this thread is started.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210505202622.11087-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c
drivers/staging/rtl8188eu/os_dep/os_intfs.c