batman-adv: Use proper name for gateway list head
authorSven Eckelmann <sven@narfation.org>
Wed, 27 Jul 2016 10:31:08 +0000 (12:31 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Wed, 19 Oct 2016 06:37:53 +0000 (08:37 +0200)
commit70ea5cee95479695a5a84c0ef665604fdf1f8362
tree2dc6b5fb12756a9ed25f7d878a991452c2ee2139
parent176e5b772b113f9ab013d574e13d8a433d47bbcb
batman-adv: Use proper name for gateway list head

The batman-adv codebase is using "list" for the list node (prev/next) and
<list content descriptor>+"_list" for the head of a list. Not using this
naming scheme can up in confusions when reading the code.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v.c
net/batman-adv/gateway_client.c
net/batman-adv/main.c
net/batman-adv/types.h