On Tuesday, January 12, 2016 09:15:25 Antonio Quartulli wrote:
BATADV_BONDING_TQ_THRESHOLD is not used anymore since the implementation of the bat_neigh_is_similar_or_better() API function. Such function uses the more generic BATADV_TQ_SIMILARITY_THRESHOLD constant.
Therefore, remove definition of the unused BATADV_BONDING_TQ_THRESHOLD constant.
Signed-off-by: Antonio Quartulli a@unstable.cc
net/batman-adv/main.h | 5 ----- 1 file changed, 5 deletions(-)
Applied in revision 82b7d70.
Thanks, Marek