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 |
||
---|---|---|
.. | ||
inc | ||
src |