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

Commit 1509a2ba authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

msm: ipa: IPA IS_APPS_CONS MACRO changes



Add the new WAN_COAL_CONS pipe to this MACRO since it will
replace the WAN_CONS in coalescing enabled case.

Change-Id: Ic4eb44b5ef27206b6b5a7c8d777e4cc91e971c42
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 48efcf7d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -362,10 +362,12 @@ enum ipa_client_type {
#define IPA_CLIENT_WIGIG2_CONS IPA_CLIENT_WIGIG2_CONS
#define IPA_CLIENT_WIGIG3_CONS IPA_CLIENT_WIGIG3_CONS
#define IPA_CLIENT_WIGIG4_CONS IPA_CLIENT_WIGIG4_CONS
#define IPA_CLIENT_APPS_WAN_COAL_CONS IPA_CLIENT_APPS_WAN_COAL_CONS

#define IPA_CLIENT_IS_APPS_CONS(client) \
	((client) == IPA_CLIENT_APPS_LAN_CONS || \
	(client) == IPA_CLIENT_APPS_WAN_CONS)
	(client) == IPA_CLIENT_APPS_WAN_CONS || \
	(client) == IPA_CLIENT_APPS_WAN_COAL_CONS)

#define IPA_CLIENT_IS_USB_CONS(client) \
	((client) == IPA_CLIENT_USB_CONS || \