]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/bridge/br_private.h
[BRIDGE]: fix for RCU and deadlock on device removal
[mv-sheeva.git] / net / bridge / br_private.h
index 7ad53c2aa6845efc6576b2347e4acbc7229bff82..c5bd631ffcd5793d67c29009151c380b6af03cac 100644 (file)
@@ -29,6 +29,8 @@
 
 #define BR_PORT_DEBOUNCE (HZ/10)
 
+#define BR_VERSION     "2.1"
+
 typedef struct bridge_id bridge_id;
 typedef struct mac_addr mac_addr;
 typedef __u16 port_id;
@@ -93,6 +95,7 @@ struct net_bridge
        spinlock_t                      hash_lock;
        struct hlist_head               hash[BR_HASH_SIZE];
        struct list_head                age_list;
+       unsigned long                   feature_mask;
 
        /* STP */
        bridge_id                       designated_root;