e2bc2c6237f538c4fc3977ff1f5566eb575dd059

wlan_objmgr_insert_ld_obj_to_list is starting the qdf_timer_start within locks when list is empty and during new object is being inserted wlan_objmgr_iterate_log_del_obj_handler was also starting the timer with qdf_timer_mod without locks Both functions tried to modify/start timer and there was already a pending timer running due to race condition between the functions Hence move qdf_timer_mod inside spinlock to gain access to timers atomically CRs-Fixed: 2437930 Change-Id: If7d0b4b56372e14b20768a9a7a6da3c3f5095d7d
This is CNSS WLAN Host Driver for products starting from iHelium
描述
儲存庫語言
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%