diff --git a/[refs] b/[refs] index 2c8256141d35..b06279652ff7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d603d0ab863245050025a79a1f14ff84f2222f09 +refs/heads/master: f78a1b389288d8327db5a0f4526935b0da1d0967 diff --git a/trunk/include/linux/tcp.h b/trunk/include/linux/tcp.h index c5b94c1a5ee2..bac17c59b24e 100644 --- a/trunk/include/linux/tcp.h +++ b/trunk/include/linux/tcp.h @@ -315,7 +315,7 @@ struct tcp_sock { */ u32 snd_ssthresh; /* Slow start size threshold */ u32 snd_cwnd; /* Sending congestion window */ - u16 snd_cwnd_cnt; /* Linear increase counter */ + u32 snd_cwnd_cnt; /* Linear increase counter */ u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */ u32 snd_cwnd_used; u32 snd_cwnd_stamp;