summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r--net/bridge/br_private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
index 76c14be9c..940d69be0 100644
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
@@ -4,7 +4,7 @@
* Authors:
* Lennert Buytenhek <buytenh@gnu.org>
*
- * $Id: br_private.h,v 1.2 2000/03/21 21:08:47 davem Exp $
+ * $Id: br_private.h,v 1.3 2000/05/05 02:17:17 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -82,7 +82,6 @@ struct net_bridge
struct net_bridge *next;
rwlock_t lock;
struct net_bridge_port *port_list;
- char name[IFNAMSIZ];
struct net_device dev;
struct net_device_stats statistics;
rwlock_t hash_lock;