commit | 748d8a27aa31666a78deb9d9a89fb0d141fb0bb1 | [log] [tgz] |
---|---|---|
author | Abhishek Singh <absingh@codeaurora.org> | Mon Aug 21 15:19:37 2017 +0530 |
committer | snandini <snandini@codeaurora.org> | Sat Sep 02 01:13:18 2017 -0700 |
tree | 38dc28fd84f459c5c54f4aa29f162e1784c3a41b | |
parent | 0fef70827530872f11a0b57c6345cb09c0dc4da7 [diff] |
qcacld-3.0: Fix assert in qdf_mc_timer_stop for host roam timers The host roam timers are deactivated and deleted in lim_delete_timers_host_roam but again in lim_deactivate_timers they are deactivated which results in assert. Fix this by deactivating roam timers before they are destroyed. Change-Id: I03f069edaf4361111dc5240fce2003c04c9c6509 CRs-Fixed: 2095265