neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.
authorJiri Pirko <jiri@resnulli.us>
Thu, 9 Jan 2014 13:13:47 +0000 (14:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jan 2014 19:31:58 +0000 (11:31 -0800)
When ndo_neigh_setup is called, the bitfield used by NEIGH_VAR_SET is
not initialized yet. This might cause confusion for the people who use
NEIGH_VAR_SET in ndo_neigh_setup. So rather introduce NEIGH_VAR_INIT for
usage in ndo_neigh_setup.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h
net/802/hippi.c

Simple merge
diff --cc net/802/hippi.c
Simple merge