Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfb51283 authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcacmn: explicitly print "WLAN_SOC_device_id"" into wlan-cmn.driver.lnx.2.0.c2

parents e482a71a 00f69208
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3901,8 +3901,10 @@ QDF_STATUS hif_pci_enable_bus(struct hif_softc *ol_sc,
		HIF_ERROR("%s: hif_ctx is NULL", __func__);
		return QDF_STATUS_E_NOMEM;
	}

	HIF_TRACE("%s: con_mode = 0x%x, device_id = 0x%x",
	/* Following print is used by various tools to identify
	 * WLAN SOC (e.g. crash dump analysis and reporting tool).
	 */
	HIF_TRACE("%s: con_mode = 0x%x, WLAN_SOC_device_id = 0x%x",
		  __func__, hif_get_conparam(ol_sc), id->device);

	sc->pdev = pdev;