Merge "msm: ipa4: add support for 6 PDNs"

This commit is contained in:
qctecmdr 2020-04-07 22:30:09 -07:00 committed by Gerrit - the friendly Code Review server
commit e6f30f66af
2 changed files with 3 additions and 3 deletions

View File

@ -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,
};

View File

@ -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"