X-Git-Url: https://bbs.cooldavid.org/git/?p=jme.git;a=blobdiff_plain;f=jme.h;h=c1f8b893e2ea4276d1b27c506cbff3fb97e3adc4;hp=1481a62a1f363c1cef2aca41a18e651407848c60;hb=608a9faea18fb42fca0ca86f3c3a00a67b43ee31;hpb=18783c49db818f2d33a6a86303f45972b6893116 diff --git a/jme.h b/jme.h index 1481a62..c1f8b89 100644 --- a/jme.h +++ b/jme.h @@ -451,7 +451,6 @@ struct jme_adapter { u32 msg_enable; struct ethtool_cmd old_ecmd; unsigned int old_mtu; - struct vlan_group *vlgrp; struct dynpcc_info dpi; atomic_t intr_sem; atomic_t link_changing; @@ -459,9 +458,6 @@ struct jme_adapter { atomic_t rx_cleaning; atomic_t rx_empty; int (*jme_rx)(struct sk_buff *skb); - int (*jme_vlan_rx)(struct sk_buff *skb, - struct vlan_group *grp, - unsigned short vlan_tag); DECLARE_NAPI_STRUCT DECLARE_NET_DEVICE_STATS };