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

Commit 7ed47c09 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: Add WLAN FW SSR event"

parents f3b84c3b 25c0b803
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ const char *ipa_event_name[] = {
	__stringify(IPA_QUOTA_REACH),
	__stringify(IPA_SSR_BEFORE_SHUTDOWN),
	__stringify(IPA_SSR_AFTER_POWERUP),
	__stringify(WLAN_FWR_SSR_BEFORE_SHUTDOWN),
};

const char *ipa_hdr_l2_type_name[] = {
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ const char *ipa3_event_name[] = {
	__stringify(IPA_QUOTA_REACH),
	__stringify(IPA_SSR_BEFORE_SHUTDOWN),
	__stringify(IPA_SSR_AFTER_POWERUP),
	__stringify(WLAN_FWR_SSR_BEFORE_SHUTDOWN),
};

const char *ipa3_hdr_l2_type_name[] = {
+7 −1
Original line number Diff line number Diff line
@@ -475,7 +475,13 @@ enum ipa_ssr_event {
	IPA_SSR_EVENT_MAX,
};

#define IPA_EVENT_MAX_NUM (IPA_SSR_EVENT_MAX)
enum ipa_wlan_fw_ssr_event {
	WLAN_FWR_SSR_BEFORE_SHUTDOWN = IPA_SSR_EVENT_MAX,
	IPA_WLAN_FW_SSR_EVENT_MAX
#define IPA_WLAN_FW_SSR_EVENT_MAX IPA_WLAN_FW_SSR_EVENT_MAX
};

#define IPA_EVENT_MAX_NUM (IPA_WLAN_FW_SSR_EVENT_MAX)

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