]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/ixgb/ixgb.h
ixgb: convert to new VLAN model
[karo-tx-linux.git] / drivers / net / ixgb / ixgb.h
index 521c0c732998e94b61e0176b5cd6c5abd9bf9518..8f3df044e81e35f5f7c18ea2680fcbe8b1d8bdd6 100644 (file)
@@ -149,7 +149,7 @@ struct ixgb_desc_ring {
 
 struct ixgb_adapter {
        struct timer_list watchdog_timer;
-       struct vlan_group *vlgrp;
+       unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
        u32 bd_number;
        u32 rx_buffer_len;
        u32 part_num;