commit | 91b092660cc9dcd9cdb66d71ec7c9e57b43ae33b | [log] [tgz] |
---|---|---|
author | Gopichand Nakkala <gnakkala@qca.qualcomm.com> | Sun Feb 10 14:27:02 2013 -0800 |
committer | Gopichand Nakkala <gnakkala@qca.qualcomm.com> | Tue Feb 19 16:19:35 2013 -0800 |
tree | 33b0fb81610694cdfeeb22b15bdffad195ea4f86 | |
parent | f68abd6b4cfb8e6ee1fea18d0262e98fb8de9a56 [diff] |
Fix vos_assert and kernel panic during wlan_exit The access to the tdlspeer list is not synchronized between the wlan_exit and the timer callbacks , resulting in the kernel panic. Also , the tdls peer idle timers are not stopped during wlan_exit resulting in the vos_assert on the idle peer timer callback. This gerrit addresses the above scenarios CRs-Fixed: 449986, 450629 Change-Id: I350ef2036eaff7c73e5989151debfd7aba3b1920