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

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

Merge "msm: ipa3: add new client enum"

parents fa889c3a 67817299
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -420,9 +420,12 @@ enum ipa_client_type {

	IPA_CLIENT_Q6_CV2X_PROD	= 114,
	IPA_CLIENT_Q6_CV2X_CONS	= 115,

	IPA_CLIENT_ETHERNET2_PROD = 116,
	IPA_CLIENT_ETHERNET2_CONS = 117,
};

#define IPA_CLIENT_MAX (IPA_CLIENT_Q6_CV2X_CONS + 1)
#define IPA_CLIENT_MAX (IPA_CLIENT_ETHERNET2_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