qcacmn: Move vdev_mlme timers to psoc_mlme

Add code to change the vdev_mlme timers to psoc_mlme timers
and also change code to send vdev_delete to FW while physical
destruction of vdev obj.

Change-Id: Ie041182155c75d0cc3825dc97b26abc6be38d76c
CRs-Fixed: 2563931
This commit is contained in:
Akshay Kosigi
2019-09-26 15:22:13 +05:30
committed by Arun Kumar Khandavalli
父節點 536903de91
當前提交 71d3820a97
共有 7 個文件被更改,包括 26 次插入2 次删除

查看文件

@@ -1192,5 +1192,7 @@ target_if_vdev_mgr_register_tx_ops(struct wlan_lmac_if_tx_ops *tx_ops)
target_if_wake_lock_init;
mlme_tx_ops->psoc_wake_lock_deinit =
target_if_wake_lock_deinit;
mlme_tx_ops->vdev_mgr_rsp_timer_stop =
target_if_vdev_mgr_rsp_timer_stop;
return QDF_STATUS_SUCCESS;
}