batman-adv: remove obsolete deleted attribute for gateway node
[deliverable/linux.git] / net / batman-adv / types.h
index 2f5e6c39f9135daf17ac29e0f8008e975b5e1a08..d260efd70499bd62ceb7b86b57684f45a96612e9 100644 (file)
@@ -328,7 +328,6 @@ enum batadv_orig_capabilities {
  * @orig_node: pointer to corresponding orig node
  * @bandwidth_down: advertised uplink download bandwidth
  * @bandwidth_up: advertised uplink upload bandwidth
- * @deleted: this struct is scheduled for deletion
  * @refcount: number of contexts the object is used
  * @rcu: struct used for freeing in an RCU-safe manner
  */
@@ -337,7 +336,6 @@ struct batadv_gw_node {
        struct batadv_orig_node *orig_node;
        u32 bandwidth_down;
        u32 bandwidth_up;
-       unsigned long deleted;
        atomic_t refcount;
        struct rcu_head rcu;
 };
This page took 0.037933 seconds and 5 git commands to generate.