Browse Source

qcacld-3.0: Use vdev_id in hidden_ssid_vdev_restart_params

Change Iea0bf0a3dcae9186cce4eb176b974515fd0d7624 ("qcacmn: Replace
session_id in hidden_ssid_vdev_restart_params") is renaming the legacy
identifier session_id to vdev_id, so concurrently change the usage in
the legacy project.

Change-Id: Ie8c426aff1a8a1e7f75199c8cf7c761f1a893a05
CRs-Fixed: 2403935
Jeff Johnson 6 years ago
parent
commit
fc0969f7b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/wma/src/wma_mgmt.c

+ 1 - 1
core/wma/src/wma_mgmt.c

@@ -3570,7 +3570,7 @@ void wma_hidden_ssid_vdev_restart(tp_wma_handle wma,
 		return;
 	}
 
-	params.session_id = vdev_id;
+	params.vdev_id = vdev_id;
 	params.ssid_len = intr[vdev_id].vdev_restart_params.ssid.ssid_len;
 	qdf_mem_copy(params.ssid,
 		     intr[vdev_id].vdev_restart_params.ssid.ssid,