Explorar el Código

qcacmn: Fix compile implicit conversion from enumeration type error

Error: implicit conversion from enumeration type
'enum wlan_umac_comp_id' to different enumeration type
 'wlan_objmgr_ref_dbgid' [-Werror,-Wenum-conversion]

Change-Id: I641c1eee77e977547841cebb4fd2fef8c06ca18c
CRs-Fixed: 2271058
Jianmin Zhu hace 6 años
padre
commit
803f628422
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/os_if_nan.c

+ 1 - 1
src/os_if_nan.c

@@ -240,7 +240,7 @@ static int os_if_nan_process_ndi_delete(struct wlan_objmgr_psoc *psoc,
 	/* delete all peer for this interface first */
 	wlan_objmgr_iterate_obj_list(psoc, WLAN_PEER_OP,
 				     os_if_nan_vdev_delete_peer,
-				     nan_vdev, 1, WLAN_UMAC_COMP_NAN);
+				     nan_vdev, 1, WLAN_NAN_ID);
 
 	/*
 	 * wlan_util_get_vdev_by_ifname increments ref count