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
Cette révision appartient à :

révisé par
nshrivas

Parent
0570165f4e
révision
9f588185d9
@@ -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;
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur