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

Commit 05adaa09 authored by Amir Levy's avatar Amir Levy
Browse files

align with ipa driver in kernel



As IPA driver moved to techpack, align with kernel version

Change-Id: Ifc3e0d40b6d54f0828fd4c4afc3b8e51a3ec7ffe
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 73c931c9
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -659,7 +659,7 @@ static int ipa3_attrib_dump(struct ipa_rule_attrib *attrib,
			dbg_buff + nbytes,
			IPA_MAX_MSG_LEN - nbytes,
			"\n");
	return 0;
	return nbytes;
}

static int ipa3_attrib_dump_eq(struct ipa_ipfltri_rule_eq *attrib,
@@ -939,7 +939,8 @@ static ssize_t ipa3_read_rt(struct file *file, char __user *ubuf, size_t count,
					entry->rule.retain_hdr);
			}

			ipa3_attrib_dump(&entry->rule.attrib, ip, nbytes);
			nbytes = ipa3_attrib_dump(&entry->rule.attrib,
							ip, nbytes);
			i++;
		}
	}
@@ -1241,7 +1242,7 @@ static ssize_t ipa3_read_flt(struct file *file, char __user *ubuf, size_t count,
					goto bail;
				}
			} else
				ipa3_attrib_dump(
				nbytes = ipa3_attrib_dump(
					&entry->rule.attrib, ip, nbytes);
			i++;
			nbytes += scnprintf(
+2 −2
Original line number Diff line number Diff line
@@ -2927,7 +2927,7 @@ static const struct ipa_ep_configuration ipa3_ep_mapping
			IPA_DPS_HPS_SEQ_TYPE_2ND_PKT_PROCESS_PASS_NO_DEC_UCP,
			QMB_MASTER_SELECT_DDR,
			{ 2, 2, 16, 32, IPA_EE_AP, GSI_SMART_PRE_FETCH, 8 } },
	[IPA_4_9][IPA_CLIENT_WLAN1_PROD]          = {
	[IPA_4_9][IPA_CLIENT_WLAN2_PROD]          = {
			true, IPA_v4_9_GROUP_UL_DL,
			true,
			IPA_DPS_HPS_SEQ_TYPE_2ND_PKT_PROCESS_PASS_NO_DEC_UCP,
@@ -3001,7 +3001,7 @@ static const struct ipa_ep_configuration ipa3_ep_mapping
			IPA_DPS_HPS_SEQ_TYPE_INVALID,
			QMB_MASTER_SELECT_DDR,
			{ 23, 15, 8, 14, IPA_EE_AP, GSI_SMART_PRE_FETCH, 2 } },
	[IPA_4_9][IPA_CLIENT_WLAN1_CONS]          = {
	[IPA_4_9][IPA_CLIENT_WLAN2_CONS]          = {
			true, IPA_v4_9_GROUP_UL_DL,
			false,
			IPA_DPS_HPS_SEQ_TYPE_INVALID,
+7 −7

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.