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

Commit 275e0bd2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: change IPA_EVENT_MAX to better definition"

parents 8991f5c5 82723c69
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -212,9 +212,11 @@ enum ipa_wlan_event {
	WLAN_STA_CONNECT,
	WLAN_STA_DISCONNECT,
	WLAN_CLIENT_CONNECT_EX,
	IPA_EVENT_MAX
	IPA_WLAN_EVENT_MAX
};

#define IPA_EVENT_MAX ((int)IPA_WLAN_EVENT_MAX)

/**
 * enum ipa_rm_resource_name - IPA RM clients identification names
 *