staging: rtl8192e: Exclude scan_mutex in rtllib_softmac_stop_scan
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sun, 14 May 2023 20:40:33 +0000 (22:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 May 2023 09:11:34 +0000 (10:11 +0100)
commit35a70c0305f5e0805006b91a995610ef881e2091
treef89b45792cbc87a3cd272dad6e8e3a208c67f656
parentdffef6de4db2ddbf1d456e618d06b128b9d0018b
staging: rtl8192e: Exclude scan_mutex in rtllib_softmac_stop_scan

Exclude scan_mutex from cancel_delayed_work_sync(&ieee->softmac_scan_wq) as
ieee->softmac_scan_wq takes scan_mutex as well.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20230514204033.GA20187@matrix-ESPRIMO-P710
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac.c