net: remove wrong initialization for snd_wl1
authorRazvan Ghitulete <rghitulete@ixiacom.com>
Tue, 14 Aug 2012 13:30:20 +0000 (16:30 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Aug 2012 22:23:46 +0000 (15:23 -0700)
The field tp->snd_wl1 is twice initialized, the second time
seems to be wrong as it may overwrite any update in tcp_ack.

Signed-off-by: Razvan Ghitulete <rghitulete@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found