android_kernel_xiaomi_sm8350/core/hdd
Min Liu 4710404f78 qcacld-3.0: Fix delayed work leak in hdd_context_create
Delayed work leak is observed when hdd_wlan_startup failed in
__hdd_soc_probe. It will call hdd_context_destroy for cleanup, but
the delayed work created in hdd_context_create is destroyed in
hdd_wlan_exit.

To fix this leak, move this from hdd_wlan_exit to hdd_context_destroy

Change-Id: I237de3695e8915dee9ba085c5d3679a3b438d323
CRs-Fixed: 2432748
2019-04-11 01:13:18 -07:00
..
inc qcacld-3.0: Disconnect STA/SAP if disable channel list is provided 2019-04-10 05:26:43 -07:00
src qcacld-3.0: Fix delayed work leak in hdd_context_create 2019-04-11 01:13:18 -07:00