Merge a7610a4a94 on remote branch

Change-Id: I3a34388c74c5c34921186a395f39f96d15f53153
This commit is contained in:
Linux Build Service Account 2023-08-28 00:55:45 -07:00
commit 279b7958a0

View File

@ -2035,7 +2035,7 @@ static long ipa3_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
{
int retval = 0;
u32 pyld_sz;
u8 header[128] = { 0 };
u8 header[512] = { 0 };
u8 *param = NULL;
bool is_vlan_mode;
struct ipa_ioc_nat_alloc_mem nat_mem;