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)
commit89740ca74f5bb45d3e0dcb4aa9eab0ba9864bff5
tree378e227ef6c2bd2776afc4d6c29d89574fdee9c6
parentd6e26404732ac5d82ee34e197c35241d581d1c4c
neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.

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