Explorar el Código

qcacmn: Populate target_type in target_info for snoc

The target type is queried through the target_info structure.

Change-Id: I0c4323f83098f607584f7a8d9b1929257172b5be
CRs-Fixed: 1025074
Houston Hoffman hace 8 años
padre
commit
004ec91c3d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      hif/src/snoc/if_snoc.c

+ 2 - 0
hif/src/snoc/if_snoc.c

@@ -217,6 +217,8 @@ QDF_STATUS hif_snoc_enable_bus(struct hif_softc *ol_sc,
 		return QDF_STATUS_E_FAILURE;
 	}
 
+	ol_sc->target_info.target_type = target_type;
+
 	hif_register_tbl_attach(ol_sc, hif_type);
 	target_register_tbl_attach(ol_sc, target_type);