From: Simon Wunderlich simon@open-mesh.com
This problem was introduced by commit 9bb33b8d88e318c4879d37d06ad28e3e018b9036 ("batman-adv: split tq information in neigh_node struct")
Signed-off-by: Simon Wunderlich simon@open-mesh.com --- main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/main.h b/main.h index 09cdebb..d154d4d 100644 --- a/main.h +++ b/main.h @@ -71,7 +71,8 @@
/* default interface for multi interface operation. The default interface is * used for communication which originated locally (i.e. is not forwarded) - * or where special forwarding is not desired/necessary. */ + * or where special forwarding is not desired/necessary. + */ #define BATADV_IF_DEFAULT ((struct batadv_hard_iface *)NULL)
#define BATADV_NUM_WORDS BITS_TO_LONGS(BATADV_TQ_LOCAL_WINDOW_SIZE)