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
@@ -325,7 +325,6 @@ void tipc_bclink_update_link_state(struct tipc_node *n_ptr, u32 last_sent)
|
||||
msg_set_bcgap_to(msg, n_ptr->bclink.deferred_head
|
||||
? buf_seqno(n_ptr->bclink.deferred_head) - 1
|
||||
: n_ptr->bclink.last_sent);
|
||||
msg_set_bcast_tag(msg, tipc_own_tag);
|
||||
|
||||
spin_lock_bh(&bc_lock);
|
||||
tipc_bearer_send(&bcbearer->bearer, buf, NULL);
|
||||
|
Reference in New Issue
Block a user