]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/tcp.h
[POWERPC] 8xx: adder875 - Fix flash bus-width and remove duplicate __initdata
[linux-2.6-omap-h63xx.git] / include / linux / tcp.h
index c5b94c1a5ee288885e639182a34484aa090ceeb1..bac17c59b24ef8a0c24d93d1fc7e041c6e0b571c 100644 (file)
@@ -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;