tipc: Remove obsolete broadcast tag capability
Eliminates support for the broadcast tag field, which is no longer used by broadcast link NACK messages. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
committed by
Paul Gortmaker
parent
7a54d4a99d
commit
1ec2bb0840
@@ -114,8 +114,6 @@ static inline unsigned int tipc_hashfn(u32 addr)
|
||||
return addr & (NODE_HTABLE_SIZE - 1);
|
||||
}
|
||||
|
||||
extern u32 tipc_own_tag;
|
||||
|
||||
struct tipc_node *tipc_node_find(u32 addr);
|
||||
struct tipc_node *tipc_node_create(u32 addr);
|
||||
void tipc_node_delete(struct tipc_node *n_ptr);
|
||||
|
Reference in New Issue
Block a user