f5673aa2a42437b6c36581e81e0bdc6685aada23

Avoid calling qdf_timer_mod after qdf_timer_stop as the node is deleted after timer is stopped and qdf_timer_mod dereferences the deleted node leading to data abort. Replace 'qdf_timer_mod' by the sequence 'qdf_timer_sync_cancel, qdf_timer_start' to be SMP safe. If a timer is being started for the first time, use only 'qdf_timer_start' and not the sequence 'qdf_timer_sync_cancel, qdf_timer_start' Change-Id: Ida5440d4a54d49aa97f57fbda57ab1ef2cce16e6 CRs-Fixed: 3005699
This is CNSS WLAN Host Driver for products starting from iHelium
Beskrivning
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%