net: hns3: fix VLAN filter restore issue after reset
[linux-2.6-microblaze.git] / drivers / net / ethernet / hisilicon / hns3 / hns3_enet.h
index 408efd5..efab15f 100644 (file)
@@ -550,7 +550,6 @@ struct hns3_nic_priv {
        struct notifier_block notifier_block;
        /* Vxlan/Geneve information */
        struct hns3_udp_tunnel udp_tnl[HNS3_UDP_TNL_MAX];
-       unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
        struct hns3_enet_coalesce tx_coal;
        struct hns3_enet_coalesce rx_coal;
 };