]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/inet_lro.c
[INET]: Add missed tunnel64_err handler
[linux-2.6-omap-h63xx.git] / net / ipv4 / inet_lro.c
index 7f22474b52c4b8ef7caf5c6eb73ea19f35a6f18e..ac3b1d3dba2e0e81d2d032076aa429d14e6cf27f 100644 (file)
@@ -159,7 +159,7 @@ static void lro_init_desc(struct net_lro_desc *lro_desc, struct sk_buff *skb,
        lro_desc->iph = iph;
        lro_desc->tcph = tcph;
        lro_desc->tcp_next_seq = ntohl(tcph->seq) + tcp_data_len;
-       lro_desc->tcp_ack = ntohl(tcph->ack_seq);
+       lro_desc->tcp_ack = tcph->ack_seq;
        lro_desc->tcp_window = tcph->window;
 
        lro_desc->pkt_aggr_cnt = 1;