]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/8021q/vlan.h
net: consolidate 8021q tagging
[net-next-2.6.git] / net / 8021q / vlan.h
index db01b3181fdc4a9cd950dfaf60df1abecdec294f..4625ba64dfdcce10173c6047bef7393c1fbd4d96 100644 (file)
@@ -45,8 +45,6 @@ struct vlan_rx_stats {
  *     @real_dev: underlying netdevice
  *     @real_dev_addr: address of underlying netdevice
  *     @dent: proc dir entry
- *     @cnt_inc_headroom_on_tx: statistic - number of skb expansions on TX
- *     @cnt_encap_on_xmit: statistic - number of skb encapsulations on TX
  *     @vlan_rx_stats: ptr to percpu rx stats
  */
 struct vlan_dev_info {
@@ -62,8 +60,6 @@ struct vlan_dev_info {
        unsigned char                           real_dev_addr[ETH_ALEN];
 
        struct proc_dir_entry                   *dent;
-       unsigned long                           cnt_inc_headroom_on_tx;
-       unsigned long                           cnt_encap_on_xmit;
        struct vlan_rx_stats __percpu           *vlan_rx_stats;
 };