On Wed, 2023-06-21 at 12:22 +0300, Dmitry Antipov wrote: > > Fix possible crash and memory leak on driver unload by deleting > TX purge timer and freeing C2H queue in 'rtw_core_deinit()', > shrink critical section in the latter by freeing COEX queue > out of TX report lock scope. > > Signed-off-by: Dmitry Antipov <dmantipov@xxxxxxxxx> Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> [...]