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

Commit 82723c69 authored by Gidon Studinski's avatar Gidon Studinski
Browse files

msm: ipa: change IPA_EVENT_MAX to better definition



IPA_EVENT_MAX represents the number of events that IPA supports for
ipa messaging interface. Currently IPA driver supports only WLAN events.
Fix the definition of IPA_EVENT_MAX to support more event types.

Change-Id: Ia2008408d7d4e5f90ceff8885768afd0af3f027b
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarGidon Studinski <gidons@codeaurora.org>
parent bd52ce2e
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
 *