qcacld-3.0: Add connect id for the connection manager

Add connect id in the policy manager for the newly designed
connection manager infrastructure.

Change-Id: Ib7bd08e5326ead04da88175636777bf5dd4e255b
CRs-FIxed: 2705700
此提交包含在:
Ashish Kumar Dhanotiya
2020-05-21 01:27:34 +05:30
提交者 nshrivas
父節點 0570165f4e
當前提交 9f588185d9
共有 12 個檔案被更改,包括 94 行新增43 行删除

查看文件

@@ -595,7 +595,8 @@ static QDF_STATUS nan_handle_confirm(
status = policy_mgr_current_connections_update(
psoc, vdev_id, wlan_chan_to_freq(channel),
POLICY_MGR_UPDATE_REASON_NDP_UPDATE);
POLICY_MGR_UPDATE_REASON_NDP_UPDATE,
POLICY_MGR_DEF_REQ_ID);
if (QDF_STATUS_E_FAILURE == status) {
nan_err("connections update failed!!");
return status;