android_kernel_xiaomi_sm8350/core/sme
Paul Zhang 84fa938931 qcacld-3.0: Remove purge_sme_cmd_list API & reset scan ops in SSR case
wlan_serialization_remove_all_cmd_from_queue() is getting called
two times which causes reference count to be decreased two times.
1) 1st time from sme_stop() -> purge_sme_cmd_list()
   -> wlan_serialization_remove_all_cmd_from_queue()
2) 2nd time from wlan_serialization_vdev_obj_destroy_notification()
   -> serialization_purge_cmd_list()
   -> wlan_serialization_remove_all_cmd_from_queue()

1st path has been there for quite a long time as per the old serialization
design but with new serialization design, it won't be required.

Change-Id: Ia8bd91c665340e7f7628ad73af64fa0044b45dde
CRs-Fixed: 2134851
2017-11-16 13:21:15 -08:00
..
inc qcacld-3.0: Avoid auto ps timer to prematurely enable power save 2017-11-15 02:29:43 -08:00
src qcacld-3.0: Remove purge_sme_cmd_list API & reset scan ops in SSR case 2017-11-16 13:21:15 -08:00