diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2005-12-21 22:00:58 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 16:11:03 -0500 |
commit | edb5e46fc03d0a45f2b41e3717631f7af7e9fc19 (patch) | |
tree | ede6a4e9dcdf52ff48ea2a11ac0188822b097715 /net/bridge/br_private.h | |
parent | 0e5eabac4995e128f06b90df64b93604625de6de (diff) |
[BRIDGE]: limited ethtool support
Add limited ethtool support to bridge to allow disabling
features.
Note: if underlying device does not support a feature (like checksum
offload), then the bridge device won't inherit it.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r-- | net/bridge/br_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h index 7ad53c2aa684..db7b26b8de96 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h | |||
@@ -93,6 +93,7 @@ struct net_bridge | |||
93 | spinlock_t hash_lock; | 93 | spinlock_t hash_lock; |
94 | struct hlist_head hash[BR_HASH_SIZE]; | 94 | struct hlist_head hash[BR_HASH_SIZE]; |
95 | struct list_head age_list; | 95 | struct list_head age_list; |
96 | unsigned long feature_mask; | ||
96 | 97 | ||
97 | /* STP */ | 98 | /* STP */ |
98 | bridge_id designated_root; | 99 | bridge_id designated_root; |