diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 04:54:10 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 13:47:54 -0700 |
commit | 9fea03302ada3291fb3066a3c276e3f43556548b (patch) | |
tree | bee0c10a54c5f54485eeeaff3de52e715099d97f /include/linux/inet_lro.h | |
parent | 0f7257281dcbc9bcb46b882c23fa57b6738fce5e (diff) | |
download | talos-obmc-linux-9fea03302ada3291fb3066a3c276e3f43556548b.tar.gz talos-obmc-linux-9fea03302ada3291fb3066a3c276e3f43556548b.zip |
lro: do vlan cleanup
- remove useless vlan parameters and pointers
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/inet_lro.h')
-rw-r--r-- | include/linux/inet_lro.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/inet_lro.h b/include/linux/inet_lro.h index b27e773e7144..2cf55afbcd4e 100644 --- a/include/linux/inet_lro.h +++ b/include/linux/inet_lro.h @@ -50,7 +50,6 @@ struct net_lro_desc { struct skb_frag_struct *next_frag; struct iphdr *iph; struct tcphdr *tcph; - struct vlan_group *vgrp; __wsum data_csum; __be32 tcp_rcv_tsecr; __be32 tcp_rcv_tsval; @@ -60,7 +59,6 @@ struct net_lro_desc { u16 ip_tot_len; u16 tcp_saw_tstamp; /* timestamps enabled */ __be16 tcp_window; - u16 vlan_tag; int pkt_aggr_cnt; /* counts aggregated packets */ int vlan_packet; int mss; |