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

Commit ce00308a authored by Amir Levy's avatar Amir Levy Committed by Skylar Chang
Browse files

msm: ipa4: add support for 6 PDNs



Increase PDN config table size to 7 entries in order to
support 6 PDNs offload. entry 0 is not valid in case
of PDN selection by filtering.

Change-Id: I3b77b143d6b2c64db0d7e6ba2afd47e832375008
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent cccfd52b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3429,8 +3429,8 @@ static struct ipa3_mem_partition ipa_4_5_mem_part = {
	.uc_descriptor_ram_ofst	= 0x3800,
	.uc_descriptor_ram_size	= 0x1000,
	.pdn_config_ofst	= 0x4800,
	.pdn_config_size	= 0x50,
	.end_ofst		= 0x4850,
	.pdn_config_size	= 0x70,
	.end_ofst		= 0x4870,
};


+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@
/**
 * maximal number of NAT PDNs in the PDN config table
 */
#define IPA_MAX_PDN_NUM 5
#define IPA_MAX_PDN_NUM 7

/**
 * enum ipa_client_type - names for the various IPA "clients"