tipc: Remove non-executable code to handle broadcast bearer congestion
commit23f0ff906af93be6edb579824474117b232c7cc0
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 7 Apr 2011 15:25:26 +0000 (7 11:25 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 1 Sep 2011 15:16:36 +0000 (1 11:16 -0400)
treeaf9b52c73b101065e209ae0755cd3be4c1b135b6
parent2ff9f924a565aa22c06169c89fcd2133d820a9d2
tipc: Remove non-executable code to handle broadcast bearer congestion

Eliminates code associated with the sending of unsent broadcast link
traffic when the broadcast pseudo-bearer becomes unblocked following a
temporary congestion situation. This code is non-executable because the
broadcast pseudo-bearer never becomes blocked [see tipc_bcbearer_send()].

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/bearer.c