Explorar el Código

qcacmn: tgt_if changes for wds in Beryllium

tgt_if changes for wds in Beryllium code.

Change-Id: Ie18f29f087b532ed983a474faebbc4c2863f1aee
Pavankumar Nandeshwar hace 3 años
padre
commit
0a3d522550
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target_if/init_deinit/src/init_event_handler.c

+ 1 - 1
target_if/init_deinit/src/init_event_handler.c

@@ -637,7 +637,7 @@ static int init_deinit_ready_event_handler(ol_scn_t scn_handle,
 
 		if (cdp_peer_map_attach(wlan_psoc_get_dp_handle(psoc),
 					max_peers, max_ast_index,
-					tgt_cfg->peer_map_unmap_v2) !=
+					tgt_cfg->peer_map_unmap_version) !=
 				QDF_STATUS_SUCCESS) {
 			target_if_err("DP peer map attach failed");
 			return -EINVAL;