mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "msm: ipa4: add support for 6 PDNs"
This commit is contained in:
commit
e6f30f66af
@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user