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

Commit e7132942 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Add new ep to measure Modem Throughput"

parents 9ec15246 37cb38ef
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -453,9 +453,12 @@ enum ipa_client_type {

	IPA_CLIENT_Q6_DL_NLO_LL_DATA_PROD		= 122,
	/* RESERVED CONS			= 123, */

	/* RESERVED PROD                        = 124, */
	IPA_CLIENT_TPUT_CONS                    = 125,
};

#define IPA_CLIENT_MAX (IPA_CLIENT_Q6_DL_NLO_LL_DATA_PROD + 1)
#define IPA_CLIENT_MAX (IPA_CLIENT_TPUT_CONS + 1)

#define IPA_CLIENT_WLAN2_PROD IPA_CLIENT_A5_WLAN_AMPDU_PROD
#define IPA_CLIENT_Q6_DL_NLO_DATA_PROD IPA_CLIENT_Q6_DL_NLO_DATA_PROD