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

Commit 3823c8b2 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

ANDROID: tcp: fix tcp_default_init_rwnd() for 4.1



Change-Id: If3ecf5f59acf379ffcc468f28434830a92b0383d
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 30efeba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -152,7 +152,7 @@ static int ipv4_ping_group_range(struct ctl_table *table, int write,
}
}


/* Validate changes from /proc interface. */
/* Validate changes from /proc interface. */
static int proc_tcp_default_init_rwnd(ctl_table *ctl, int write,
static int proc_tcp_default_init_rwnd(struct ctl_table *ctl, int write,
				      void __user *buffer,
				      void __user *buffer,
				      size_t *lenp, loff_t *ppos)
				      size_t *lenp, loff_t *ppos)
{
{